Class: Aws::CostExplorer::Types::GetCostAndUsageWithResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostAndUsageWithResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_value_attributes ⇒ Array<Types::DimensionValuesWithAttributes>
The attributes that apply to a specific dimension value.
-
#group_definitions ⇒ Array<Types::GroupDefinition>
The groups that are specified by the ‘Filter` or `GroupBy` parameters in the request.
-
#next_page_token ⇒ String
The token for the next set of retrievable results.
-
#results_by_time ⇒ Array<Types::ResultByTime>
The time period that’s covered by the results in the response.
Instance Attribute Details
#dimension_value_attributes ⇒ Array<Types::DimensionValuesWithAttributes>
The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.
2577 2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2577 class GetCostAndUsageWithResourcesResponse < Struct.new( :next_page_token, :group_definitions, :results_by_time, :dimension_value_attributes) SENSITIVE = [] include Aws::Structure end |
#group_definitions ⇒ Array<Types::GroupDefinition>
The groups that are specified by the ‘Filter` or `GroupBy` parameters in the request.
2577 2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2577 class GetCostAndUsageWithResourcesResponse < Struct.new( :next_page_token, :group_definitions, :results_by_time, :dimension_value_attributes) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
2577 2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2577 class GetCostAndUsageWithResourcesResponse < Struct.new( :next_page_token, :group_definitions, :results_by_time, :dimension_value_attributes) SENSITIVE = [] include Aws::Structure end |
#results_by_time ⇒ Array<Types::ResultByTime>
The time period that’s covered by the results in the response.
2577 2578 2579 2580 2581 2582 2583 2584 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2577 class GetCostAndUsageWithResourcesResponse < Struct.new( :next_page_token, :group_definitions, :results_by_time, :dimension_value_attributes) SENSITIVE = [] include Aws::Structure end |