Class: Aws::Types::GetUsageStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_by ⇒ ::Array[Types::UsageStatisticsFilter]
Returns the value of attribute filter_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ Types::UsageStatisticsSortBy
Returns the value of attribute sort_by.
-
#time_range ⇒ "MONTH_TO_DATE", "PAST_30_DAYS"
Returns the value of attribute time_range.
Instance Attribute Details
#filter_by ⇒ ::Array[Types::UsageStatisticsFilter]
Returns the value of attribute filter_by.
987 988 989 |
# File 'sig/types.rbs', line 987 def filter_by @filter_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
988 989 990 |
# File 'sig/types.rbs', line 988 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
989 990 991 |
# File 'sig/types.rbs', line 989 def next_token @next_token end |
#sort_by ⇒ Types::UsageStatisticsSortBy
Returns the value of attribute sort_by.
990 991 992 |
# File 'sig/types.rbs', line 990 def sort_by @sort_by end |
#time_range ⇒ "MONTH_TO_DATE", "PAST_30_DAYS"
Returns the value of attribute time_range.
991 992 993 |
# File 'sig/types.rbs', line 991 def time_range @time_range end |