GetDedicatedIpsResponse
public struct GetDedicatedIpsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of dedicated IP addresses that are associated with your AWS account.
Declaration
Swift
public let dedicatedIps: [DedicatedIp]?
-
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(dedicatedIps: [DedicatedIp]? = nil, nextToken: String? = nil)