Class: Aws::Types::GetUsageTotalsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageTotalsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time_range ⇒ "MONTH_TO_DATE", "PAST_30_DAYS"
Returns the value of attribute time_range.
-
#usage_totals ⇒ ::Array[Types::UsageTotal]
Returns the value of attribute usage_totals.
Instance Attribute Details
#time_range ⇒ "MONTH_TO_DATE", "PAST_30_DAYS"
Returns the value of attribute time_range.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def time_range @time_range end |
#usage_totals ⇒ ::Array[Types::UsageTotal]
Returns the value of attribute usage_totals.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def usage_totals @usage_totals end |