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.
7877 7878 7879 7880 7881 7882 7883 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7877 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.
7877 7878 7879 7880 7881 7882 7883 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7877 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.
7877 7878 7879 7880 7881 7882 7883 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 7877 class UtilizationByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |