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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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.

Returns:

  • (Boolean)


6989
6990
6991
6992
6993
6994
6995
6996
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6989

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

#groupsArray<Types::Group>

The groups that this time period includes.

Returns:



6989
6990
6991
6992
6993
6994
6995
6996
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6989

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

#time_periodTypes::DateInterval

The time period that the result covers.

Returns:



6989
6990
6991
6992
6993
6994
6995
6996
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6989

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.

Returns:



6989
6990
6991
6992
6993
6994
6995
6996
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6989

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