Class: Aws::Types::GetCostAndUsageComparisonsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCostAndUsageComparisonsRequest
- 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.
568 569 570 |
# File 'sig/types.rbs', line 568 def baseline_time_period @baseline_time_period end |
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def billing_view_arn @billing_view_arn end |
#comparison_time_period ⇒ Types::DateInterval
Returns the value of attribute comparison_time_period.
569 570 571 |
# File 'sig/types.rbs', line 569 def comparison_time_period @comparison_time_period end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
571 572 573 |
# File 'sig/types.rbs', line 571 def filter @filter end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
572 573 574 |
# File 'sig/types.rbs', line 572 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
573 574 575 |
# File 'sig/types.rbs', line 573 def max_results @max_results end |
#metric_for_comparison ⇒ ::String
Returns the value of attribute metric_for_comparison.
570 571 572 |
# File 'sig/types.rbs', line 570 def metric_for_comparison @metric_for_comparison end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
574 575 576 |
# File 'sig/types.rbs', line 574 def next_page_token @next_page_token end |