Class: Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentRequest

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

#attachment_idString

The ID of the transit gateway route table attachment.

Returns:

  • (String)


3610
3611
3612
3613
3614
# File 'lib/aws-sdk-networkmanager/types.rb', line 3610

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