Class: Aws::Types::TransitGatewayPolicyTableAssociation
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPolicyTableAssociation
- 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_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
18149 18150 18151 |
# File 'sig/types.rbs', line 18149 def resource_id @resource_id end |
#resource_type ⇒ "vpc", ...
Returns the value of attribute resource_type.
18150 18151 18152 |
# File 'sig/types.rbs', line 18150 def resource_type @resource_type end |
#state ⇒ "associating", ...
Returns the value of attribute state.
18151 18152 18153 |
# File 'sig/types.rbs', line 18151 def state @state end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
18148 18149 18150 |
# File 'sig/types.rbs', line 18148 def @transit_gateway_attachment_id end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
18147 18148 18149 |
# File 'sig/types.rbs', line 18147 def transit_gateway_policy_table_id @transit_gateway_policy_table_id end |