Class: Aws::RedshiftDataAPIService::Types::BatchExecuteStatementOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftdataapiservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The cluster identifier. This element is not returned when connecting to a serverless workgroup.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time (UTC) the statement was created.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_groupsArray<String>

A list of colon (:) separated names of database groups.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_userString

The database user name.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The name or ARN of the secret that enables access to the database.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The session identifier of the query.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#workgroup_nameString

The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when connecting to a provisioned cluster.



193
194
195
196
197
198
199
200
201
202
203
204
205
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 193

class BatchExecuteStatementOutput < Struct.new(
  :id,
  :created_at,
  :cluster_identifier,
  :db_user,
  :db_groups,
  :database,
  :secret_arn,
  :workgroup_name,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end