Class: Aws::Types::EvaluateMappingTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateMappingTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetail
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::ErrorDetail
Returns the value of attribute error.
637 638 639 |
# File 'sig/types.rbs', line 637 def error @error end |
#evaluation_result ⇒ ::String
Returns the value of attribute evaluation_result.
636 637 638 |
# File 'sig/types.rbs', line 636 def evaluation_result @evaluation_result end |
#logs ⇒ ::Array[::String]
Returns the value of attribute logs.
638 639 640 |
# File 'sig/types.rbs', line 638 def logs @logs end |
#out_errors ⇒ ::String
Returns the value of attribute out_errors.
640 641 642 |
# File 'sig/types.rbs', line 640 def out_errors @out_errors end |
#stash ⇒ ::String
Returns the value of attribute stash.
639 640 641 |
# File 'sig/types.rbs', line 639 def stash @stash end |