Class: Aws::Types::GetTransitGatewayPolicyTableEntriesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayPolicyTableEntriesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transit_gateway_policy_table_entries ⇒ ::Array[Types::TransitGatewayPolicyTableEntry]
Returns the value of attribute transit_gateway_policy_table_entries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10933 10934 10935 |
# File 'sig/types.rbs', line 10933 def next_token @next_token end |
#transit_gateway_policy_table_entries ⇒ ::Array[Types::TransitGatewayPolicyTableEntry]
Returns the value of attribute transit_gateway_policy_table_entries.
10932 10933 10934 |
# File 'sig/types.rbs', line 10932 def transit_gateway_policy_table_entries @transit_gateway_policy_table_entries end |