Class: Aws::Types::GetUsageStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#unit ⇒ ::String
Returns the value of attribute unit.
-
#usage_criteria ⇒ Types::UsageCriteria
Returns the value of attribute usage_criteria.
-
#usage_statistic_type ⇒ "SUM_BY_ACCOUNT", ...
Returns the value of attribute usage_statistic_type.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def detector_id @detector_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def next_token @next_token end |
#unit ⇒ ::String
Returns the value of attribute unit.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def unit @unit end |
#usage_criteria ⇒ Types::UsageCriteria
Returns the value of attribute usage_criteria.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def usage_criteria @usage_criteria end |
#usage_statistic_type ⇒ "SUM_BY_ACCOUNT", ...
Returns the value of attribute usage_statistic_type.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def usage_statistic_type @usage_statistic_type end |