CoipAddressUsage
public struct CoipAddressUsage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The allocation ID of the address.
Declaration
Swift
public let allocationId: String?
-
The AWS account ID.
Declaration
Swift
public let awsAccountId: String?
-
The AWS service.
Declaration
Swift
public let awsService: String?
-
The customer-owned IP address.
Declaration
Swift
public let coIp: String?
-
Undocumented
Declaration
Swift
public init(allocationId: String? = nil, awsAccountId: String? = nil, awsService: String? = nil, coIp: String? = nil)