Class: Aws::Types::GetFreeTierUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFreeTierUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#free_tier_usages ⇒ ::Array[Types::FreeTierUsage]
Returns the value of attribute free_tier_usages.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#free_tier_usages ⇒ ::Array[Types::FreeTierUsage]
Returns the value of attribute free_tier_usages.
104 105 106 |
# File 'sig/types.rbs', line 104 def free_tier_usages @free_tier_usages end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
105 106 107 |
# File 'sig/types.rbs', line 105 def next_token @next_token end |