class Seahorse::Client::ParamValidator

def initialize(shape, options = {})

Options Hash: (**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