GetIPSetRequest

public struct GetIPSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet and by ListIPSets.

    Declaration

    Swift

    public let iPSetId: String
  • Undocumented

    Declaration

    Swift

    public init(iPSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws