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.



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