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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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>)

4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4896

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

#metricsHash<String,Types::MetricValue>

The metrics that are included in this group.

Returns:


4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4896

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