Class: Aws::NetworkManager::Types::RegisterTransitGatewayResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_registrationTypes::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