GetIPSetResponse
public struct GetIPSetResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The format of the file that contains the IPSet.
Declaration
Swift
public let format: IpSetFormat
-
The URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
Declaration
Swift
public let location: String
-
The user-friendly name for the IPSet.
Declaration
Swift
public let name: String
-
The status of IPSet file that was uploaded.
Declaration
Swift
public let status: IpSetStatus
-
The tags of the IPSet resource.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(format: IpSetFormat, location: String, name: String, status: IpSetStatus, tags: [String : String]? = nil)