Class: Aws::PI::Types::DimensionGroupDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::DimensionGroupDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
Information about dimensions within a dimension group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::DimensionDetail>
The dimensions within a dimension group.
-
#group ⇒ String
The name of the dimension group.
Instance Attribute Details
#dimensions ⇒ Array<Types::DimensionDetail>
The dimensions within a dimension group.
650 651 652 653 654 655 |
# File 'lib/aws-sdk-pi/types.rb', line 650 class DimensionGroupDetail < Struct.new( :group, :dimensions) SENSITIVE = [] include Aws::Structure end |
#group ⇒ String
The name of the dimension group.
650 651 652 653 654 655 |
# File 'lib/aws-sdk-pi/types.rb', line 650 class DimensionGroupDetail < Struct.new( :group, :dimensions) SENSITIVE = [] include Aws::Structure end |