Class: Aws::RedshiftDataAPIService::Types::BatchExecuteStatementOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::BatchExecuteStatementOutput
- Defined in:
- gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The cluster identifier.
-
#created_at ⇒ Time
The date and time (UTC) the statement was created.
-
#database ⇒ String
The name of the database.
-
#db_groups ⇒ Array<String>
A list of colon (:) separated names of database groups.
-
#db_user ⇒ String
The database user name.
-
#id ⇒ String
The identifier of the SQL statement whose results are to be fetched.
-
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the database.
-
#session_id ⇒ String
The session identifier of the query.
-
#workgroup_name ⇒ String
The serverless workgroup name or Amazon Resource Name (ARN).
Instance Attribute Details
#cluster_identifier ⇒ String
The cluster identifier. This element is not returned when connecting to a serverless workgroup.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time (UTC) the statement was created.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the database.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#db_groups ⇒ Array<String>
A list of colon (:) separated names of database groups.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#db_user ⇒ String
The database user name.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the SQL statement whose results are to be fetched.
This value is a universally unique identifier (UUID) generated by
Amazon Redshift Data API. This identifier is returned by
BatchExecuteStatment
.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The name or ARN of the secret that enables access to the database.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The session identifier of the query.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when connecting to a provisioned cluster.
194 195 196 197 198 199 200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 194 class BatchExecuteStatementOutput < Struct.new( :cluster_identifier, :created_at, :database, :db_groups, :db_user, :id, :secret_arn, :session_id, :workgroup_name) SENSITIVE = [] include Aws::Structure end |