Class: Aws::Types::StatementOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::StatementOutputData

Returns the value of attribute data.



7309
7310
7311
# File 'sig/types.rbs', line 7309

def data
  @data
end

#error_name::String

Returns the value of attribute error_name.

Returns:

  • (::String)


7312
7313
7314
# File 'sig/types.rbs', line 7312

def error_name
  @error_name
end

#error_value::String

Returns the value of attribute error_value.

Returns:

  • (::String)


7313
7314
7315
# File 'sig/types.rbs', line 7313

def error_value
  @error_value
end

#execution_count::Integer

Returns the value of attribute execution_count.

Returns:

  • (::Integer)


7310
7311
7312
# File 'sig/types.rbs', line 7310

def execution_count
  @execution_count
end

#status"WAITING", ...

Returns the value of attribute status.

Returns:

  • ("WAITING", "RUNNING", "AVAILABLE", "CANCELLING", "CANCELLED", "ERROR")


7311
7312
7313
# File 'sig/types.rbs', line 7311

def status
  @status
end

#traceback::Array[::String]

Returns the value of attribute traceback.

Returns:

  • (::Array[::String])


7314
7315
7316
# File 'sig/types.rbs', line 7314

def traceback
  @traceback
end