Class: Aws::Types::TransitGatewayPolicyTable
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPolicyTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18452 18453 18454 |
# File 'sig/types.rbs', line 18452 def creation_time @creation_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18451 18452 18453 |
# File 'sig/types.rbs', line 18451 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18453 18454 18455 |
# File 'sig/types.rbs', line 18453 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18450 18451 18452 |
# File 'sig/types.rbs', line 18450 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
18449 18450 18451 |
# File 'sig/types.rbs', line 18449 def transit_gateway_policy_table_id @transit_gateway_policy_table_id end |