Class: Aws::Types::GetCostComparisonDriversRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCostComparisonDriversRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_time_period ⇒ Types::DateInterval
Returns the value of attribute baseline_time_period.
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#comparison_time_period ⇒ Types::DateInterval
Returns the value of attribute comparison_time_period.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metric_for_comparison ⇒ ::String
Returns the value of attribute metric_for_comparison.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#baseline_time_period ⇒ Types::DateInterval
Returns the value of attribute baseline_time_period.
646 647 648 |
# File 'sig/types.rbs', line 646 def baseline_time_period @baseline_time_period end |
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
645 646 647 |
# File 'sig/types.rbs', line 645 def billing_view_arn @billing_view_arn end |
#comparison_time_period ⇒ Types::DateInterval
Returns the value of attribute comparison_time_period.
647 648 649 |
# File 'sig/types.rbs', line 647 def comparison_time_period @comparison_time_period end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
649 650 651 |
# File 'sig/types.rbs', line 649 def filter @filter end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
650 651 652 |
# File 'sig/types.rbs', line 650 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
651 652 653 |
# File 'sig/types.rbs', line 651 def max_results @max_results end |
#metric_for_comparison ⇒ ::String
Returns the value of attribute metric_for_comparison.
648 649 650 |
# File 'sig/types.rbs', line 648 def metric_for_comparison @metric_for_comparison end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
652 653 654 |
# File 'sig/types.rbs', line 652 def next_page_token @next_page_token end |