class Aws::ApiGatewayV2::Types::ParameterConstraints

Validation constraints imposed on parameters of a request (path, query string, headers).

@note When making an API call, you may pass ParameterConstraints

data as a hash:

    {
      required: false,
    }

@!attribute [rw] required

Whether or not the parameter is required.
@return [Boolean]

Constants

SENSITIVE