Class: Aws::CostExplorer::Types::GetCostAndUsageWithResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostAndUsageWithResourcesResponse
- Defined in:
- gems/aws-sdk-costexplorer/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
orGroupBy
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.
2438 2439 2440 2441 2442 2443 2444 2445 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2438 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.
2438 2439 2440 2441 2442 2443 2444 2445 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2438 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.
2438 2439 2440 2441 2442 2443 2444 2445 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2438 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.
2438 2439 2440 2441 2442 2443 2444 2445 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2438 class GetCostAndUsageWithResourcesResponse < Struct.new( :next_page_token, :group_definitions, :results_by_time, :dimension_value_attributes) SENSITIVE = [] include Aws::Structure end |