Class: Seahorse::Model::Shapes::FloatShape

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

#maxInteger?

Returns:

  • (Integer, nil)


153
154
155
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 153

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


150
151
152
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 150

def min
  @min
end