Class: Aws::CostExplorer::Types::GetCostAndUsageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetCostAndUsageResponse
- 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.
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2307 class GetCostAndUsageResponse < 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.
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2307 class GetCostAndUsageResponse < 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.
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2307 class GetCostAndUsageResponse < 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.
2307 2308 2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 2307 class GetCostAndUsageResponse < Struct.new( :next_page_token, :group_definitions, :results_by_time, :dimension_value_attributes) SENSITIVE = [] include Aws::Structure end |