You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
        Class: Seahorse::Model::Shapes::MapShape
  
  
  
  
  
    - Inherits:
- 
      Shape
      
        
          - Object
- Shape
- Seahorse::Model::Shapes::MapShape
 show all
    - Defined in:
- aws-sdk-core/lib/seahorse/model/shapes.rb
 
  Instance Attribute Summary collapse
  
  
  
  Attributes inherited from Shape
  #documentation, #name
  
  
  
  
  
  
  Method Summary
  
  Methods inherited from Shape
  #[], #[]=, #initialize
  
    Instance Attribute Details
    
      
      
      
  
  
    | 
142
143
144 | # File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 142
def key
  @key
end | 
 
    
      
      
      
  
  
    #max  ⇒ Integer? 
  
  
  
  
    | 
151
152
153 | # File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 151
def max
  @max
end | 
 
    
      
      
      
  
  
    #min  ⇒ Integer? 
  
  
  
  
    | 
148
149
150 | # File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 148
def min
  @min
end | 
 
    
      
      
      
  
  
    | 
145
146
147 | # File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 145
def value
  @value
end |