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.



7369
7370
7371
7372
7373
7374
7375
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7369

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:



7369
7370
7371
7372
7373
7374
7375
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7369

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

#totalTypes::ReservationAggregates

The total number of reservation hours that were used.



7369
7370
7371
7372
7373
7374
7375
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7369

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