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)


2323
2324
2325
2326
2327
2328
# File 'lib/aws-sdk-networkmanager/types.rb', line 2323

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)


2323
2324
2325
2326
2327
2328
# File 'lib/aws-sdk-networkmanager/types.rb', line 2323

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