Class: Aws::Types::GetCostAndUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCostAndUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_value_attributes ⇒ ::Array[Types::DimensionValuesWithAttributes]
Returns the value of attribute dimension_value_attributes.
-
#group_definitions ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_definitions.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#results_by_time ⇒ ::Array[Types::ResultByTime]
Returns the value of attribute results_by_time.
Instance Attribute Details
#dimension_value_attributes ⇒ ::Array[Types::DimensionValuesWithAttributes]
Returns the value of attribute dimension_value_attributes.
600 601 602 |
# File 'sig/types.rbs', line 600 def dimension_value_attributes @dimension_value_attributes end |
#group_definitions ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_definitions.
598 599 600 |
# File 'sig/types.rbs', line 598 def group_definitions @group_definitions end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
597 598 599 |
# File 'sig/types.rbs', line 597 def next_page_token @next_page_token end |
#results_by_time ⇒ ::Array[Types::ResultByTime]
Returns the value of attribute results_by_time.
599 600 601 |
# File 'sig/types.rbs', line 599 def results_by_time @results_by_time end |