Class: Aws::Types::GetTransitGatewayMeteringPolicyEntriesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetTransitGatewayMeteringPolicyEntriesResult
- 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_metering_policy_entries ⇒ ::Array[Types::TransitGatewayMeteringPolicyEntry]
Returns the value of attribute transit_gateway_metering_policy_entries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10445 10446 10447 |
# File 'sig/types.rbs', line 10445 def next_token @next_token end |
#transit_gateway_metering_policy_entries ⇒ ::Array[Types::TransitGatewayMeteringPolicyEntry]
Returns the value of attribute transit_gateway_metering_policy_entries.
10444 10445 10446 |
# File 'sig/types.rbs', line 10444 def transit_gateway_metering_policy_entries @transit_gateway_metering_policy_entries end |