Class: Aws::PI::Types::MetricDimensionGroups

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pi/types.rb

Overview

The available dimension information for a metric type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::DimensionGroupDetail>

The available dimension groups for a metric type.

Returns:



1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-pi/types.rb', line 1451

class MetricDimensionGroups < Struct.new(
  :metric,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end

#metricString

The metric type to which the dimension information belongs.

Returns:

  • (String)


1451
1452
1453
1454
1455
1456
# File 'lib/aws-sdk-pi/types.rb', line 1451

class MetricDimensionGroups < Struct.new(
  :metric,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end