Class: Seahorse::Model::Shapes::BlobShape

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)


141
142
143
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 141

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


138
139
140
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 138

def min
  @min
end