class Seahorse::Client::ParamValidator
def initialize(shape, options = {})
(**options)
-
:validate_required
(Boolean
) --
Parameters:
-
shape
(Model::Shapes::Shape
) --
def initialize(shape, options = {}) @shape = shape || Seahorse::Model::Shapes::Structure.new @validate_required = options[:validate_required] != false end