Class: Aws::Types::GetReservationUtilizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReservationUtilizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
-
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#sort_by ⇒ Types::SortDefinition
Returns the value of attribute sort_by.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
Instance Attribute Details
#filter ⇒ Types::Expression
Returns the value of attribute filter.
743 744 745 |
# File 'sig/types.rbs', line 743 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
742 743 744 |
# File 'sig/types.rbs', line 742 def granularity @granularity end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
741 742 743 |
# File 'sig/types.rbs', line 741 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
746 747 748 |
# File 'sig/types.rbs', line 746 def max_results @max_results end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
745 746 747 |
# File 'sig/types.rbs', line 745 def next_page_token @next_page_token end |
#sort_by ⇒ Types::SortDefinition
Returns the value of attribute sort_by.
744 745 746 |
# File 'sig/types.rbs', line 744 def sort_by @sort_by end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
740 741 742 |
# File 'sig/types.rbs', line 740 def time_period @time_period end |