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.
18230 18231 18232 |
# File 'sig/types.rbs', line 18230 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18232 18233 18234 |
# File 'sig/types.rbs', line 18232 def resource_type @resource_type end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18231 18232 18233 |
# File 'sig/types.rbs', line 18231 def @transit_gateway_attachment_id end |