Class: Aws::CostExplorer::Types::CoverageByTime
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CoverageByTime
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Reservation coverage for a specified period, in hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups ⇒ Array<Types::ReservationCoverageGroup>
The groups of instances that the reservation covered.
-
#time_period ⇒ Types::DateInterval
The period that this coverage was used over.
-
#total ⇒ Types::Coverage
The total reservation coverage, in hours.
Instance Attribute Details
#groups ⇒ Array<Types::ReservationCoverageGroup>
The groups of instances that the reservation covered.
865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 865 class CoverageByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::DateInterval
The period that this coverage was used over.
865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 865 class CoverageByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Coverage
The total reservation coverage, in hours.
865 866 867 868 869 870 871 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 865 class CoverageByTime < Struct.new( :time_period, :groups, :total) SENSITIVE = [] include Aws::Structure end |