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.



7341
7342
7343
# File 'sig/types.rbs', line 7341

def data
  @data
end

#error_name::String

Returns the value of attribute error_name.

Returns:

  • (::String)


7344
7345
7346
# File 'sig/types.rbs', line 7344

def error_name
  @error_name
end

#error_value::String

Returns the value of attribute error_value.

Returns:

  • (::String)


7345
7346
7347
# File 'sig/types.rbs', line 7345

def error_value
  @error_value
end

#execution_count::Integer

Returns the value of attribute execution_count.

Returns:

  • (::Integer)


7342
7343
7344
# File 'sig/types.rbs', line 7342

def execution_count
  @execution_count
end

#status"WAITING", ...

Returns the value of attribute status.

Returns:

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


7343
7344
7345
# File 'sig/types.rbs', line 7343

def status
  @status
end

#traceback::Array[::String]

Returns the value of attribute traceback.

Returns:

  • (::Array[::String])


7346
7347
7348
# File 'sig/types.rbs', line 7346

def traceback
  @traceback
end