Class: Aws::CostExplorer::Types::UtilizationByTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UtilizationByTime
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The amount of utilization, in hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::ReservationUtilizationGroup>
The groups that this utilization result uses.
-
#time_period ⇒ Types::DateInterval
The period of time that this utilization was used for.
-
#total ⇒ Types::ReservationAggregates
The total number of reservation hours that were used.
Instance Attribute Details
#groups ⇒ Array<Types::ReservationUtilizationGroup>
The groups that this utilization result uses.
7947 7948 7949 7950 7951 7952 7953 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7947 class UtilizationByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::DateInterval
The period of time that this utilization was used for.
7947 7948 7949 7950 7951 7952 7953 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7947 class UtilizationByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::ReservationAggregates
The total number of reservation hours that were used.
7947 7948 7949 7950 7951 7952 7953 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7947 class UtilizationByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |