You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Shape
  • Object
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

Constructor Details

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

Instance Attribute Details

#maxInteger?

Returns:

  • (Integer, nil)


100
101
102
# File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 100

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


97
98
99
# File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 97

def min
  @min
end