Class: Aws::Types::TransitGatewayAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayAssociation
- 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.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
17866 17867 17868 |
# File 'sig/types.rbs', line 17866 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
17867 17868 17869 |
# File 'sig/types.rbs', line 17867 def resource_type @resource_type end |
#state ⇒ "associating", ...
Returns the value of attribute state.
17868 17869 17870 |
# File 'sig/types.rbs', line 17868 def state @state end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
17865 17866 17867 |
# File 'sig/types.rbs', line 17865 def @transit_gateway_attachment_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
17864 17865 17866 |
# File 'sig/types.rbs', line 17864 def transit_gateway_route_table_id @transit_gateway_route_table_id end |