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.
7351 7352 7353 |
# File 'sig/types.rbs', line 7351 def data @data end |
#error_name ⇒ ::String
Returns the value of attribute error_name.
7354 7355 7356 |
# File 'sig/types.rbs', line 7354 def error_name @error_name end |
#error_value ⇒ ::String
Returns the value of attribute error_value.
7355 7356 7357 |
# File 'sig/types.rbs', line 7355 def error_value @error_value end |
#execution_count ⇒ ::Integer
Returns the value of attribute execution_count.
7352 7353 7354 |
# File 'sig/types.rbs', line 7352 def execution_count @execution_count end |
#status ⇒ "WAITING", ...
Returns the value of attribute status.
7353 7354 7355 |
# File 'sig/types.rbs', line 7353 def status @status end |
#traceback ⇒ ::Array[::String]
Returns the value of attribute traceback.
7356 7357 7358 |
# File 'sig/types.rbs', line 7356 def traceback @traceback end |