Class: Aws::Types::GetCostAndUsageWithResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCostAndUsageWithResourcesResponse
- 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.
619 620 621 |
# File 'sig/types.rbs', line 619 def dimension_value_attributes @dimension_value_attributes end |
#group_definitions ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_definitions.
617 618 619 |
# File 'sig/types.rbs', line 617 def group_definitions @group_definitions end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
616 617 618 |
# File 'sig/types.rbs', line 616 def next_page_token @next_page_token end |
#results_by_time ⇒ ::Array[Types::ResultByTime]
Returns the value of attribute results_by_time.
618 619 620 |
# File 'sig/types.rbs', line 618 def results_by_time @results_by_time end |