Class: Seahorse::Model::Shapes::StringShape

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

#enumSet<String>?

Returns:

  • (Set<String>, nil)


205
206
207
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 205

def enum
  @enum
end

#maxInteger?

Returns:

  • (Integer, nil)


211
212
213
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 211

def max
  @max
end

#minInteger?

Returns:

  • (Integer, nil)


208
209
210
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 208

def min
  @min
end