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

Class: Seahorse::Model::Shapes::ListShape

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)


135
136
137
# File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 135

def max
  @max
end

#memberShapeRef

Returns:



129
130
131
# File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 129

def member
  @member
end

#minInteger?

Returns:

  • (Integer, nil)


132
133
134
# File 'aws-sdk-core/lib/seahorse/model/shapes.rb', line 132

def min
  @min
end