class Aws::RedshiftDataAPIService::Types::SqlParameter

A parameter used in a SQL statement.

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

data as a hash:

    {
      name: "ParameterName", # required
      value: "ParameterValue", # required
    }

@!attribute [rw] name

The name of the parameter.
@return [String]

@!attribute [rw] value

The value of the parameter. Amazon Redshift implicitly converts to
the proper data type. For more inforation, see [Data types][1] in
the *Amazon Redshift Database Developer Guide*.

[1]: https://docs.aws.amazon.com/redshift/latest/dg/c_Supported_data_types.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-data-2019-12-20/SqlParameter AWS API Documentation

Constants

SENSITIVE