Class: Aws::NetworkManager::Types::RegisterTransitGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RegisterTransitGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#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.
4978 4979 4980 4981 4982 4983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4978 class RegisterTransitGatewayRequest < Struct.new( :global_network_id, :transit_gateway_arn) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the transit gateway.
4978 4979 4980 4981 4982 4983 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4978 class RegisterTransitGatewayRequest < Struct.new( :global_network_id, :transit_gateway_arn) SENSITIVE = [] include Aws::Structure end |