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)


5980
5981
5982
5983
5984
5985
5986
5987
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5980

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:



5980
5981
5982
5983
5984
5985
5986
5987
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5980

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:



5980
5981
5982
5983
5984
5985
5986
5987
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5980

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:



5980
5981
5982
5983
5984
5985
5986
5987
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5980

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