Class: Aws::NetworkManager::Types::DeregisterTransitGatewayResponse

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

The transit gateway registration information.



2336
2337
2338
2339
2340
# File 'lib/aws-sdk-networkmanager/types.rb', line 2336

class DeregisterTransitGatewayResponse < Struct.new(
  :transit_gateway_registration)
  SENSITIVE = []
  include Aws::Structure
end