Method: Aws::CostExplorer::Types::ReservationCoverageGroup#attributes
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
#attributes ⇒ Hash<String,String>
The attributes for this group of reservations.
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 |