Class: Aws::Types::GetCostAndUsageComparisonsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCostAndUsageComparisonsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_and_usage_comparisons ⇒ ::Array[Types::CostAndUsageComparison]
Returns the value of attribute cost_and_usage_comparisons.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#total_cost_and_usage ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute total_cost_and_usage.
Instance Attribute Details
#cost_and_usage_comparisons ⇒ ::Array[Types::CostAndUsageComparison]
Returns the value of attribute cost_and_usage_comparisons.
579 580 581 |
# File 'sig/types.rbs', line 579 def cost_and_usage_comparisons @cost_and_usage_comparisons end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
581 582 583 |
# File 'sig/types.rbs', line 581 def next_page_token @next_page_token end |
#total_cost_and_usage ⇒ ::Hash[::String, Types::ComparisonMetricValue]
Returns the value of attribute total_cost_and_usage.
580 581 582 |
# File 'sig/types.rbs', line 580 def total_cost_and_usage @total_cost_and_usage end |