TransitGatewayRegistration
public struct TransitGatewayRegistration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String? -
The state of the transit gateway registration.
Declaration
Swift
public let state: TransitGatewayRegistrationStateReason? -
The Amazon Resource Name (ARN) of the transit gateway.
Declaration
Swift
public let transitGatewayArn: String? -
Undocumented
Declaration
Swift
public init(globalNetworkId: String? = nil, state: TransitGatewayRegistrationStateReason? = nil, transitGatewayArn: String? = nil)
View on GitHub
TransitGatewayRegistration Structure Reference