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.
1455 1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-pi/types.rb', line 1455 class MetricDimensionGroups < Struct.new( :metric, :groups) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ String
The metric type to which the dimension information belongs.
1455 1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-pi/types.rb', line 1455 class MetricDimensionGroups < Struct.new( :metric, :groups) SENSITIVE = [] include Aws::Structure end |