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.
18901 18902 18903 |
# File 'sig/types.rbs', line 18901 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18903 18904 18905 |
# File 'sig/types.rbs', line 18903 def resource_type @resource_type end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18902 18903 18904 |
# File 'sig/types.rbs', line 18902 def @transit_gateway_attachment_id end |