Class: Aws::CostExplorer::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::Group
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
One level of grouped data in the results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keys ⇒ Array<String>
The keys that are included in this group.
-
#metrics ⇒ Hash<String,Types::MetricValue>
The metrics that are included in this group.
Instance Attribute Details
#keys ⇒ Array<String>
The keys that are included in this group.
4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4826 class Group < Struct.new( :keys, :metrics) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Hash<String,Types::MetricValue>
The metrics that are included in this group.
4826 4827 4828 4829 4830 4831 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4826 class Group < Struct.new( :keys, :metrics) SENSITIVE = [] include Aws::Structure end |