CarrierGateway
public struct CarrierGateway : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the carrier gateway.
Declaration
Swift
public let carrierGatewayId: String?
-
The AWS account ID of the owner of the carrier gateway.
Declaration
Swift
public let ownerId: String?
-
The state of the carrier gateway.
Declaration
Swift
public let state: CarrierGatewayState?
-
The tags assigned to the carrier gateway.
Declaration
Swift
public let tags: [Tag]?
-
The ID of the VPC associated with the carrier gateway.
Declaration
Swift
public let vpcId: String?
-
Undocumented
Declaration
Swift
public init(carrierGatewayId: String? = nil, ownerId: String? = nil, state: CarrierGatewayState? = nil, tags: [Tag]? = nil, vpcId: String? = nil)