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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftdataapiservice/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.

Returns:

  • (String)


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_atTime

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

Returns:

  • (Time)


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

#databaseString

The name of the database.

Returns:

  • (String)


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_groupsArray<String>

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

Returns:

  • (Array<String>)


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_userString

The database user name.

Returns:

  • (String)


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

#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.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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_idString

The session identifier of the query.

Returns:

  • (String)


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_nameString

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

Returns:

  • (String)


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