Class: Aws::Types::TransitGatewayRouteAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18880 18881 18882 |
# File 'sig/types.rbs', line 18880 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18882 18883 18884 |
# File 'sig/types.rbs', line 18882 def resource_type @resource_type end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18881 18882 18883 |
# File 'sig/types.rbs', line 18881 def @transit_gateway_attachment_id end |