Class: Aws::Types::GetDimensionValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDimensionValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#context ⇒ "COST_AND_USAGE", ...
Returns the value of attribute context.
-
#dimension ⇒ "AZ", ...
Returns the value of attribute dimension.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#search_string ⇒ ::String
Returns the value of attribute search_string.
-
#sort_by ⇒ ::Array[Types::SortDefinition]
Returns the value of attribute sort_by.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
Instance Attribute Details
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
685 686 687 |
# File 'sig/types.rbs', line 685 def billing_view_arn @billing_view_arn end |
#context ⇒ "COST_AND_USAGE", ...
Returns the value of attribute context.
682 683 684 |
# File 'sig/types.rbs', line 682 def context @context end |
#dimension ⇒ "AZ", ...
Returns the value of attribute dimension.
681 682 683 |
# File 'sig/types.rbs', line 681 def dimension @dimension end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
683 684 685 |
# File 'sig/types.rbs', line 683 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
686 687 688 |
# File 'sig/types.rbs', line 686 def max_results @max_results end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
687 688 689 |
# File 'sig/types.rbs', line 687 def next_page_token @next_page_token end |
#search_string ⇒ ::String
Returns the value of attribute search_string.
679 680 681 |
# File 'sig/types.rbs', line 679 def search_string @search_string end |
#sort_by ⇒ ::Array[Types::SortDefinition]
Returns the value of attribute sort_by.
684 685 686 |
# File 'sig/types.rbs', line 684 def sort_by @sort_by end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
680 681 682 |
# File 'sig/types.rbs', line 680 def time_period @time_period end |