Class: Aws::Types::GetUsageStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#records ⇒ ::Array[Types::UsageRecord]
Returns the value of attribute records.
-
#time_range ⇒ "MONTH_TO_DATE", "PAST_30_DAYS"
Returns the value of attribute time_range.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
996 997 998 |
# File 'sig/types.rbs', line 996 def next_token @next_token end |
#records ⇒ ::Array[Types::UsageRecord]
Returns the value of attribute records.
997 998 999 |
# File 'sig/types.rbs', line 997 def records @records end |
#time_range ⇒ "MONTH_TO_DATE", "PAST_30_DAYS"
Returns the value of attribute time_range.
998 999 1000 |
# File 'sig/types.rbs', line 998 def time_range @time_range end |