GetIPSetRequest

public struct GetIPSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID of the detector that the IPSet is associated with.

    Declaration

    Swift

    public let detectorId: String
  • The unique ID of the IPSet to retrieve.

    Declaration

    Swift

    public let ipSetId: String
  • Undocumented

    Declaration

    Swift

    public init(detectorId: String, ipSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws