CustomerGatewayAssociation
public struct CustomerGatewayAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the customer gateway.
Declaration
Swift
public let customerGatewayArn: String? -
The ID of the device.
Declaration
Swift
public let deviceId: String? -
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String? -
The ID of the link.
Declaration
Swift
public let linkId: String? -
The association state.
Declaration
Swift
public let state: CustomerGatewayAssociationState? -
Undocumented
Declaration
Swift
public init(customerGatewayArn: String? = nil, deviceId: String? = nil, globalNetworkId: String? = nil, linkId: String? = nil, state: CustomerGatewayAssociationState? = nil)
View on GitHub
CustomerGatewayAssociation Structure Reference