Class: Aws::CostExplorer::Types::Group

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keysArray<String>

The keys that are included in this group.

Returns:

  • (Array<String>)


5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-costexplorer/types.rb', line 5505

class Group < Struct.new(
  :keys,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#metricsHash<String,Types::MetricValue>

The metrics that are included in this group.

Returns:



5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-costexplorer/types.rb', line 5505

class Group < Struct.new(
  :keys,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end