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)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

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

#created_atTime

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

Returns:

  • (Time)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

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

#databaseString

The name of the database.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

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

#db_userString

The database user name.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

class BatchExecuteStatementOutput < Struct.new(
  :cluster_identifier,
  :created_at,
  :database,
  :db_user,
  :id,
  :secret_arn,
  :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)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

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

#secret_arnString

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

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

class BatchExecuteStatementOutput < Struct.new(
  :cluster_identifier,
  :created_at,
  :database,
  :db_user,
  :id,
  :secret_arn,
  :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)


153
154
155
156
157
158
159
160
161
162
163
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 153

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