Class: Aws::CostExplorer::Types::UtilizationByTime

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

Overview

The amount of utilization, in hours.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::ReservationUtilizationGroup>

The groups that this utilization result uses.



6858
6859
6860
6861
6862
6863
6864
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6858

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

#time_periodTypes::DateInterval

The period of time that this utilization was used for.

Returns:



6858
6859
6860
6861
6862
6863
6864
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6858

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

#totalTypes::ReservationAggregates

The total number of reservation hours that were used.



6858
6859
6860
6861
6862
6863
6864
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6858

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