Class: Aws::Types::StatementOutput
- Inherits:
-
Object
- Object
- Aws::Types::StatementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ Types::StatementOutputData
Returns the value of attribute data.
-
#error_name ⇒ ::String
Returns the value of attribute error_name.
-
#error_value ⇒ ::String
Returns the value of attribute error_value.
-
#execution_count ⇒ ::Integer
Returns the value of attribute execution_count.
-
#status ⇒ "WAITING", ...
Returns the value of attribute status.
-
#traceback ⇒ ::Array[::String]
Returns the value of attribute traceback.
Instance Attribute Details
#data ⇒ Types::StatementOutputData
Returns the value of attribute data.
7378 7379 7380 |
# File 'sig/types.rbs', line 7378 def data @data end |
#error_name ⇒ ::String
Returns the value of attribute error_name.
7381 7382 7383 |
# File 'sig/types.rbs', line 7381 def error_name @error_name end |
#error_value ⇒ ::String
Returns the value of attribute error_value.
7382 7383 7384 |
# File 'sig/types.rbs', line 7382 def error_value @error_value end |
#execution_count ⇒ ::Integer
Returns the value of attribute execution_count.
7379 7380 7381 |
# File 'sig/types.rbs', line 7379 def execution_count @execution_count end |
#status ⇒ "WAITING", ...
Returns the value of attribute status.
7380 7381 7382 |
# File 'sig/types.rbs', line 7380 def status @status end |
#traceback ⇒ ::Array[::String]
Returns the value of attribute traceback.
7383 7384 7385 |
# File 'sig/types.rbs', line 7383 def traceback @traceback end |