Class: Aws::NetworkManager::Types::DeregisterTransitGatewayRequest

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

#global_network_idString

The ID of the global network.

Returns:

  • (String)


2341
2342
2343
2344
2345
2346
# File 'lib/aws-sdk-networkmanager/types.rb', line 2341

class DeregisterTransitGatewayRequest < Struct.new(
  :global_network_id,
  :transit_gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_arnString

The Amazon Resource Name (ARN) of the transit gateway.

Returns:

  • (String)


2341
2342
2343
2344
2345
2346
# File 'lib/aws-sdk-networkmanager/types.rb', line 2341

class DeregisterTransitGatewayRequest < Struct.new(
  :global_network_id,
  :transit_gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end