CreateIPSetResponse

public struct CreateIPSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ChangeToken that you used to submit the CreateIPSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

    Declaration

    Swift

    public let changeToken: String?
  • The IPSet returned in the CreateIPSet response.

    Declaration

    Swift

    public let iPSet: IPSet?
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String? = nil, iPSet: IPSet? = nil)