Method: Aws::CostExplorer::Types::ReservationCoverageGroup#attributes

Defined in:
lib/aws-sdk-costexplorer/types.rb

#attributesHash<String,String>

The attributes for this group of reservations.

Returns:

  • (Hash<String,String>)


6520
6521
6522
6523
6524
6525
# File 'lib/aws-sdk-costexplorer/types.rb', line 6520

class ReservationCoverageGroup < Struct.new(
  :attributes,
  :coverage)
  SENSITIVE = []
  include Aws::Structure
end