Class: Aws::Types::ListUsageTotalsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUsageTotalsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#totals ⇒ ::Array[Types::UsageTotal]
Returns the value of attribute totals.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def next_token @next_token end |
#totals ⇒ ::Array[Types::UsageTotal]
Returns the value of attribute totals.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def totals @totals end |