Class: Aws::Types::TransitGatewayAttachmentAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayAttachmentAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "associating", ...
Returns the value of attribute state.
-
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#state ⇒ "associating", ...
Returns the value of attribute state.
18539 18540 18541 |
# File 'sig/types.rbs', line 18539 def state @state end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
18538 18539 18540 |
# File 'sig/types.rbs', line 18538 def transit_gateway_policy_table_id @transit_gateway_policy_table_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18537 18538 18539 |
# File 'sig/types.rbs', line 18537 def transit_gateway_route_table_id @transit_gateway_route_table_id end |