Class: Aws::PI::Types::DimensionGroupDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PI::Types::DimensionGroupDetail
 
- Defined in:
- gems/aws-sdk-pi/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.
| 682 683 684 685 686 687 | # File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 682 class DimensionGroupDetail < Struct.new( :group, :dimensions) SENSITIVE = [] include Aws::Structure end | 
#group ⇒ String
The name of the dimension group.
| 682 683 684 685 686 687 | # File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 682 class DimensionGroupDetail < Struct.new( :group, :dimensions) SENSITIVE = [] include Aws::Structure end |