Class: Aws::CostExplorer::Types::CoverageByTime

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Reservation coverage for a specified period, in hours.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::ReservationCoverageGroup>

The groups of instances that the reservation covered.



870
871
872
873
874
875
876
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 870

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

#time_periodTypes::DateInterval

The period that this coverage was used over.

Returns:



870
871
872
873
874
875
876
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 870

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

#totalTypes::Coverage

The total reservation coverage, in hours.

Returns:



870
871
872
873
874
875
876
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 870

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