Class: Aws::Types::TransitGatewayRouteTableAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteTableAssociation
- 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.
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#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.
18575 18576 18577 |
# File 'sig/types.rbs', line 18575 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18576 18577 18578 |
# File 'sig/types.rbs', line 18576 def resource_type @resource_type end |
#state ⇒ "associating", ...
Returns the value of attribute state.
18577 18578 18579 |
# File 'sig/types.rbs', line 18577 def state @state end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18574 18575 18576 |
# File 'sig/types.rbs', line 18574 def @transit_gateway_attachment_id end |