Class: Aws::Types::ExecuteStatementOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def cluster_identifier
  @cluster_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


178
179
180
# File 'sig/types.rbs', line 178

def created_at
  @created_at
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def database
  @database
end

#db_groups::Array[::String]

Returns the value of attribute db_groups.

Returns:

  • (::Array[::String])


181
182
183
# File 'sig/types.rbs', line 181

def db_groups
  @db_groups
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def db_user
  @db_user
end

#has_result_setBoolean

Returns the value of attribute has_result_set.

Returns:

  • (Boolean)


188
189
190
# File 'sig/types.rbs', line 188

def has_result_set
  @has_result_set
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def id
  @id
end

#redshift_pid::Integer

Returns the value of attribute redshift_pid.

Returns:

  • (::Integer)


187
188
189
# File 'sig/types.rbs', line 187

def redshift_pid
  @redshift_pid
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def secret_arn
  @secret_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def session_id
  @session_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PICKED", "STARTED", "FINISHED", "ABORTED", "FAILED")


186
187
188
# File 'sig/types.rbs', line 186

def status
  @status
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def workgroup_name
  @workgroup_name
end