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


4683
4684
4685
4686
4687
4688
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4683

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

#metricsHash<String,Types::MetricValue>

The metrics that are included in this group.

Returns:



4683
4684
4685
4686
4687
4688
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4683

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