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.
4991 4992 4993 4994 4995 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4991 class RegisterTransitGatewayResponse < Struct.new( :transit_gateway_registration) SENSITIVE = [] include Aws::Structure end |