Class: Aws::Types::GetReservationCoverageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReservationCoverageRequest
- 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.
-
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
-
#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.
703 704 705 |
# File 'sig/types.rbs', line 703 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
702 703 704 |
# File 'sig/types.rbs', line 702 def granularity @granularity end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
701 702 703 |
# File 'sig/types.rbs', line 701 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
707 708 709 |
# File 'sig/types.rbs', line 707 def max_results @max_results end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
704 705 706 |
# File 'sig/types.rbs', line 704 def metrics @metrics end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
705 706 707 |
# File 'sig/types.rbs', line 705 def next_page_token @next_page_token end |
#sort_by ⇒ Types::SortDefinition
Returns the value of attribute sort_by.
706 707 708 |
# File 'sig/types.rbs', line 706 def sort_by @sort_by end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
700 701 702 |
# File 'sig/types.rbs', line 700 def time_period @time_period end |