Class: Aws::Types::GetSavingsPlansUtilizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansUtilizationRequest
- 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.
-
#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.
844 845 846 |
# File 'sig/types.rbs', line 844 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
843 844 845 |
# File 'sig/types.rbs', line 843 def granularity @granularity end |
#sort_by ⇒ Types::SortDefinition
Returns the value of attribute sort_by.
845 846 847 |
# File 'sig/types.rbs', line 845 def sort_by @sort_by end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
842 843 844 |
# File 'sig/types.rbs', line 842 def time_period @time_period end |