Class: Aws::NetworkManager::Types::TransitGatewayRouteTableAttachment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes a transit gateway route table attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::Attachment

Describes a core network attachment.

Returns:



5292
5293
5294
5295
5296
5297
5298
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5292

class TransitGatewayRouteTableAttachment < Struct.new(
  :attachment,
  :peering_id,
  :transit_gateway_route_table_arn)
  SENSITIVE = []
  include Aws::Structure
end

#peering_idString

The ID of the peering attachment.

Returns:

  • (String)


5292
5293
5294
5295
5296
5297
5298
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5292

class TransitGatewayRouteTableAttachment < Struct.new(
  :attachment,
  :peering_id,
  :transit_gateway_route_table_arn)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_route_table_arnString

The ARN of the transit gateway attachment route table. For example, "TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456".

Returns:

  • (String)


5292
5293
5294
5295
5296
5297
5298
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5292

class TransitGatewayRouteTableAttachment < Struct.new(
  :attachment,
  :peering_id,
  :transit_gateway_route_table_arn)
  SENSITIVE = []
  include Aws::Structure
end