Class: Aws::Types::GetSavingsPlansCoverageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansCoverageRequest
- 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_token ⇒ ::String
Returns the value of attribute next_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.
790 791 792 |
# File 'sig/types.rbs', line 790 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
789 790 791 |
# File 'sig/types.rbs', line 789 def granularity @granularity end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
788 789 790 |
# File 'sig/types.rbs', line 788 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
793 794 795 |
# File 'sig/types.rbs', line 793 def max_results @max_results end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
791 792 793 |
# File 'sig/types.rbs', line 791 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
792 793 794 |
# File 'sig/types.rbs', line 792 def next_token @next_token end |
#sort_by ⇒ Types::SortDefinition
Returns the value of attribute sort_by.
794 795 796 |
# File 'sig/types.rbs', line 794 def sort_by @sort_by end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
787 788 789 |
# File 'sig/types.rbs', line 787 def time_period @time_period end |