Class: Aws::Types::TransitGatewayRouteTableAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteTableAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
-
#peering_id ⇒ ::String
Returns the value of attribute peering_id.
-
#transit_gateway_route_table_arn ⇒ ::String
Returns the value of attribute transit_gateway_route_table_arn.
Instance Attribute Details
#attachment ⇒ Types::Attachment
Returns the value of attribute attachment.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def @attachment end |
#peering_id ⇒ ::String
Returns the value of attribute peering_id.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def peering_id @peering_id end |
#transit_gateway_route_table_arn ⇒ ::String
Returns the value of attribute transit_gateway_route_table_arn.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def transit_gateway_route_table_arn @transit_gateway_route_table_arn end |