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.
18141 18142 18143 |
# File 'sig/types.rbs', line 18141 def creation_time @creation_time end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18140 18141 18142 |
# File 'sig/types.rbs', line 18140 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18142 18143 18144 |
# File 'sig/types.rbs', line 18142 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18139 18140 18141 |
# File 'sig/types.rbs', line 18139 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_policy_table_id ⇒ ::String
Returns the value of attribute transit_gateway_policy_table_id.
18138 18139 18140 |
# File 'sig/types.rbs', line 18138 def transit_gateway_policy_table_id @transit_gateway_policy_table_id end |