Class: Aws::Types::EvaluateCodeResponse
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateCodeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::EvaluateCodeErrorDetail
Returns the value of attribute error.
-
#evaluation_result ⇒ ::String
Returns the value of attribute evaluation_result.
-
#logs ⇒ ::Array[::String]
Returns the value of attribute logs.
-
#out_errors ⇒ ::String
Returns the value of attribute out_errors.
-
#stash ⇒ ::String
Returns the value of attribute stash.
Instance Attribute Details
#error ⇒ Types::EvaluateCodeErrorDetail
Returns the value of attribute error.
622 623 624 |
# File 'sig/types.rbs', line 622 def error @error end |
#evaluation_result ⇒ ::String
Returns the value of attribute evaluation_result.
621 622 623 |
# File 'sig/types.rbs', line 621 def evaluation_result @evaluation_result end |
#logs ⇒ ::Array[::String]
Returns the value of attribute logs.
623 624 625 |
# File 'sig/types.rbs', line 623 def logs @logs end |
#out_errors ⇒ ::String
Returns the value of attribute out_errors.
625 626 627 |
# File 'sig/types.rbs', line 625 def out_errors @out_errors end |
#stash ⇒ ::String
Returns the value of attribute stash.
624 625 626 |
# File 'sig/types.rbs', line 624 def stash @stash end |