Class: Seahorse::Model::Shapes::MapShape

Inherits:
Shape
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/seahorse/model/shapes.rb

Instance Attribute Summary collapse

Attributes inherited from Shape

#documentation, #name, #union

Method Summary

Methods inherited from Shape

#[], #[]=, #initialize

Constructor Details

This class inherits a constructor from Seahorse::Model::Shapes::Shape

Instance Attribute Details

#flattenedBoolean

Returns:

  • (Boolean)


198
199
200
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 198

def flattened
  @flattened
end

#keyShapeRef

Returns:



186
187
188
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 186

def key
  @key
end

#maxInteger?

Returns:

  • (Integer, nil)


195
196
197
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 195

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


192
193
194
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 192

def min
  @min
end

#valueShapeRef

Returns:



189
190
191
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 189

def value
  @value
end