IPSetSummary

public struct IPSetSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IPSetId for an IPSet. You can use IPSetId in a GetIPSet request to get detailed information about an IPSet.

    Declaration

    Swift

    public let iPSetId: String
  • A friendly name or description of the IPSet. You can’t change the name of an IPSet after you create it.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(iPSetId: String, name: String)