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.
17889 17890 17891 |
# File 'sig/types.rbs', line 17889 def state @state end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
17888 17889 17890 |
# File 'sig/types.rbs', line 17888 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.
17887 17888 17889 |
# File 'sig/types.rbs', line 17887 def transit_gateway_route_table_id @transit_gateway_route_table_id end |