Class: Aws::Types::GetCostComparisonDriversResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCostComparisonDriversResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost_comparison_drivers ⇒ ::Array[Types::CostComparisonDriver]
Returns the value of attribute cost_comparison_drivers.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#cost_comparison_drivers ⇒ ::Array[Types::CostComparisonDriver]
Returns the value of attribute cost_comparison_drivers.
657 658 659 |
# File 'sig/types.rbs', line 657 def cost_comparison_drivers @cost_comparison_drivers end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
658 659 660 |
# File 'sig/types.rbs', line 658 def next_page_token @next_page_token end |