Class: Aws::Types::GetSavingsPlansUtilizationDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSavingsPlansUtilizationDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_type ⇒ ::Array[("ATTRIBUTES" | "UTILIZATION" | "AMORTIZED_COMMITMENT" | "SAVINGS")]
Returns the value of attribute data_type.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#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
#data_type ⇒ ::Array[("ATTRIBUTES" | "UTILIZATION" | "AMORTIZED_COMMITMENT" | "SAVINGS")]
Returns the value of attribute data_type.
826 827 828 |
# File 'sig/types.rbs', line 826 def data_type @data_type end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
825 826 827 |
# File 'sig/types.rbs', line 825 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
828 829 830 |
# File 'sig/types.rbs', line 828 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
827 828 829 |
# File 'sig/types.rbs', line 827 def next_token @next_token end |
#sort_by ⇒ Types::SortDefinition
Returns the value of attribute sort_by.
829 830 831 |
# File 'sig/types.rbs', line 829 def sort_by @sort_by end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
824 825 826 |
# File 'sig/types.rbs', line 824 def time_period @time_period end |