Class: Aws::CostExplorer::Types::GetCostAndUsageResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_value_attributesArray<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.



2296
2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2296

class GetCostAndUsageResponse < Struct.new(
  :next_page_token,
  :group_definitions,
  :results_by_time,
  :dimension_value_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#group_definitionsArray<Types::GroupDefinition>

The groups that are specified by the Filter or GroupBy parameters in the request.

Returns:



2296
2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2296

class GetCostAndUsageResponse < Struct.new(
  :next_page_token,
  :group_definitions,
  :results_by_time,
  :dimension_value_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

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.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2296

class GetCostAndUsageResponse < Struct.new(
  :next_page_token,
  :group_definitions,
  :results_by_time,
  :dimension_value_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#results_by_timeArray<Types::ResultByTime>

The time period that's covered by the results in the response.

Returns:



2296
2297
2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 2296

class GetCostAndUsageResponse < Struct.new(
  :next_page_token,
  :group_definitions,
  :results_by_time,
  :dimension_value_attributes)
  SENSITIVE = []
  include Aws::Structure
end