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>)


4910
4911
4912
4913
4914
4915
# File 'lib/aws-sdk-costexplorer/types.rb', line 4910

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

#metricsHash<String,Types::MetricValue>

The metrics that are included in this group.

Returns:



4910
4911
4912
4913
4914
4915
# File 'lib/aws-sdk-costexplorer/types.rb', line 4910

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