DeleteIPSetRequest

public struct DeleteIPSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The value returned by the most recent call to GetChangeToken.

    Declaration

    Swift

    public let changeToken: String
  • The IPSetId of the IPSet that you want to delete. IPSetId is returned by CreateIPSet and by ListIPSets.

    Declaration

    Swift

    public let iPSetId: String
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String, iPSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws