Class: Aws::CostExplorer::Types::ResultByTime

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

Overview

The result that’s associated with a time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimatedBoolean

Determines whether the result is estimated.



6901
6902
6903
6904
6905
6906
6907
6908
# File 'lib/aws-sdk-costexplorer/types.rb', line 6901

class ResultByTime < Struct.new(
  :time_period,
  :total,
  :groups,
  :estimated)
  SENSITIVE = []
  include Aws::Structure
end

#groupsArray<Types::Group>

The groups that this time period includes.



6901
6902
6903
6904
6905
6906
6907
6908
# File 'lib/aws-sdk-costexplorer/types.rb', line 6901

class ResultByTime < Struct.new(
  :time_period,
  :total,
  :groups,
  :estimated)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::DateInterval

The time period that the result covers.



6901
6902
6903
6904
6905
6906
6907
6908
# File 'lib/aws-sdk-costexplorer/types.rb', line 6901

class ResultByTime < Struct.new(
  :time_period,
  :total,
  :groups,
  :estimated)
  SENSITIVE = []
  include Aws::Structure
end

#totalHash<String,Types::MetricValue>

The total amount of cost or usage accrued during the time period.



6901
6902
6903
6904
6905
6906
6907
6908
# File 'lib/aws-sdk-costexplorer/types.rb', line 6901

class ResultByTime < Struct.new(
  :time_period,
  :total,
  :groups,
  :estimated)
  SENSITIVE = []
  include Aws::Structure
end