class Aws::RedshiftDataAPIService::Types::StatementData

The SQL statement to run.

@!attribute [rw] created_at

The date and time (UTC) the statement was created.
@return [Time]

@!attribute [rw] id

The SQL statement identifier. This value is a universally unique
identifier (UUID) generated by Amazon Redshift Data API.
@return [String]

@!attribute [rw] is_batch_statement

A value that indicates whether the statement is a batch query
request.
@return [Boolean]

@!attribute [rw] query_parameters

The parameters used in a SQL statement.
@return [Array<Types::SqlParameter>]

@!attribute [rw] query_string

The SQL statement.
@return [String]

@!attribute [rw] query_strings

One or more SQL statements. Each query string in the array
corresponds to one of the queries in a batch query request.
@return [Array<String>]

@!attribute [rw] secret_arn

The name or Amazon Resource Name (ARN) of the secret that enables
access to the database.
@return [String]

@!attribute [rw] statement_name

The name of the SQL statement.
@return [String]

@!attribute [rw] status

The status of the SQL statement. An example is the that the SQL
statement finished.
@return [String]

@!attribute [rw] updated_at

The date and time (UTC) that the statement metadata was last
updated.
@return [Time]

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

Constants

SENSITIVE