Class: Aws::NetworkManager::Types::TransitGatewayRegistration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::TransitGatewayRegistration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the registration of a transit gateway to a global network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#state ⇒ Types::TransitGatewayRegistrationStateReason
The state of the transit gateway registration.
-
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
5676 5677 5678 5679 5680 5681 5682 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5676 class TransitGatewayRegistration < Struct.new( :global_network_id, :transit_gateway_arn, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::TransitGatewayRegistrationStateReason
The state of the transit gateway registration.
5676 5677 5678 5679 5680 5681 5682 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5676 class TransitGatewayRegistration < Struct.new( :global_network_id, :transit_gateway_arn, :state) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
5676 5677 5678 5679 5680 5681 5682 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5676 class TransitGatewayRegistration < Struct.new( :global_network_id, :transit_gateway_arn, :state) SENSITIVE = [] include Aws::Structure end |