GetCoipPoolUsageResult
public struct GetCoipPoolUsageResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the address usage.
Declaration
Swift
public let coipAddressUsages: [CoipAddressUsage]?
-
The ID of the customer-owned address pool.
Declaration
Swift
public let coipPoolId: String?
-
The ID of the local gateway route table.
Declaration
Swift
public let localGatewayRouteTableId: String?
-
Undocumented
Declaration
Swift
public init(coipAddressUsages: [CoipAddressUsage]? = nil, coipPoolId: String? = nil, localGatewayRouteTableId: String? = nil)