Class: Aws::PI::Types::MetricDimensionGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::MetricDimensionGroups
- 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
-
#groups ⇒ Array<Types::DimensionGroupDetail>
The available dimension groups for a metric type.
-
#metric ⇒ String
The metric type to which the dimension information belongs.
Instance Attribute Details
#groups ⇒ Array<Types::DimensionGroupDetail>
The available dimension groups for a metric type.
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 |
#metric ⇒ String
The metric type to which the dimension information belongs.
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 |