Class: Aws::RedshiftDataAPIService::Types::StatementData
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::StatementData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
The SQL statement to run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time (UTC) the statement was created.
-
#id ⇒ String
The SQL statement identifier.
-
#is_batch_statement ⇒ Boolean
A value that indicates whether the statement is a batch query request.
-
#query_parameters ⇒ Array<Types::SqlParameter>
The parameters used in a SQL statement.
-
#query_string ⇒ String
The SQL statement.
-
#query_strings ⇒ Array<String>
One or more SQL statements.
-
#secret_arn ⇒ String
The name or Amazon Resource Name (ARN) of the secret that enables access to the database.
-
#session_id ⇒ String
The session identifier of the query.
-
#statement_name ⇒ String
The name of the SQL statement.
-
#status ⇒ String
The status of the SQL statement.
-
#updated_at ⇒ Time
The date and time (UTC) that the statement metadata was last updated.
Instance Attribute Details
#created_at ⇒ Time
The date and time (UTC) the statement was created.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#is_batch_statement ⇒ Boolean
A value that indicates whether the statement is a batch query request.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#query_parameters ⇒ Array<Types::SqlParameter>
The parameters used in a SQL statement.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The SQL statement.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#query_strings ⇒ Array<String>
One or more SQL statements. Each query string in the array corresponds to one of the queries in a batch query request.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The name or Amazon Resource Name (ARN) of the secret that enables access to the database.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session identifier of the query.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#statement_name ⇒ String
The name of the SQL statement.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the SQL statement. An example is the that the SQL statement finished.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time (UTC) that the statement metadata was last updated.
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1355 class StatementData < Struct.new( :created_at, :id, :is_batch_statement, :query_parameters, :query_string, :query_strings, :secret_arn, :session_id, :statement_name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |