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.
-
#usage_statistics ⇒ Types::UsageStatistics
Returns the value of attribute usage_statistics.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def next_token @next_token end |
#usage_statistics ⇒ Types::UsageStatistics
Returns the value of attribute usage_statistics.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def usage_statistics @usage_statistics end |