GetIPSetResponse

public struct GetIPSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the IPSet that you specified in the GetIPSet request. For more information, see the following topics: IPSet: Contains IPSetDescriptors, IPSetId, and Name IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each IPSetDescriptor object contains Type and Value

    Declaration

    Swift

    public let iPSet: IPSet?
  • Undocumented

    Declaration

    Swift

    public init(iPSet: IPSet? = nil)