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.



7364
7365
7366
7367
7368
7369
7370
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7364

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:



7364
7365
7366
7367
7368
7369
7370
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7364

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

#totalTypes::ReservationAggregates

The total number of reservation hours that were used.



7364
7365
7366
7367
7368
7369
7370
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7364

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