Class: Aws::NetworkManager::Types::TransitGatewayRouteTableAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::TransitGatewayRouteTableAttachment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a transit gateway route table attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Describes a core network attachment.
-
#peering_id ⇒ String
The ID of the peering attachment.
-
#transit_gateway_route_table_arn ⇒ String
The ARN of the transit gateway attachment route table.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Describes a core network attachment.
5721 5722 5723 5724 5725 5726 5727 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5721 class TransitGatewayRouteTableAttachment < Struct.new( :attachment, :peering_id, :transit_gateway_route_table_arn) SENSITIVE = [] include Aws::Structure end |
#peering_id ⇒ String
The ID of the peering attachment.
5721 5722 5723 5724 5725 5726 5727 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5721 class TransitGatewayRouteTableAttachment < Struct.new( :attachment, :peering_id, :transit_gateway_route_table_arn) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_arn ⇒ String
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”`.
5721 5722 5723 5724 5725 5726 5727 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5721 class TransitGatewayRouteTableAttachment < Struct.new( :attachment, :peering_id, :transit_gateway_route_table_arn) SENSITIVE = [] include Aws::Structure end |