Class: Aws::NetworkManager::Types::TransitGatewayRouteTableAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::TransitGatewayRouteTableAttachment
- 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
-
#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.
5617 5618 5619 5620 5621 5622 5623 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5617 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.
5617 5618 5619 5620 5621 5622 5623 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5617 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"
.
5617 5618 5619 5620 5621 5622 5623 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5617 class TransitGatewayRouteTableAttachment < Struct.new( :attachment, :peering_id, :transit_gateway_route_table_arn) SENSITIVE = [] include Aws::Structure end |