Class: Aws::NetworkManager::Types::RegisterTransitGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RegisterTransitGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_registration ⇒ Types::TransitGatewayRegistration
Information about the transit gateway registration.
Instance Attribute Details
#transit_gateway_registration ⇒ Types::TransitGatewayRegistration
Information about the transit gateway registration.
5009 5010 5011 5012 5013 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5009 class RegisterTransitGatewayResponse < Struct.new( :transit_gateway_registration) SENSITIVE = [] include Aws::Structure end |