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.
18200 18201 18202 |
# File 'sig/types.rbs', line 18200 def state @state end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
18199 18200 18201 |
# File 'sig/types.rbs', line 18199 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.
18198 18199 18200 |
# File 'sig/types.rbs', line 18198 def transit_gateway_route_table_id @transit_gateway_route_table_id end |