Class: Aws::Types::ActionExecutionResult
- Inherits:
-
Object
- Object
- Aws::Types::ActionExecutionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
-
#external_execution_summary ⇒ ::String
Returns the value of attribute external_execution_summary.
-
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
-
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
143 144 145 |
# File 'sig/types.rbs', line 143 def error_details @error_details end |
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
140 141 142 |
# File 'sig/types.rbs', line 140 def external_execution_id @external_execution_id end |
#external_execution_summary ⇒ ::String
Returns the value of attribute external_execution_summary.
141 142 143 |
# File 'sig/types.rbs', line 141 def external_execution_summary @external_execution_summary end |
#external_execution_url ⇒ ::String
Returns the value of attribute external_execution_url.
142 143 144 |
# File 'sig/types.rbs', line 142 def external_execution_url @external_execution_url end |
#log_stream_arn ⇒ ::String
Returns the value of attribute log_stream_arn.
144 145 146 |
# File 'sig/types.rbs', line 144 def log_stream_arn @log_stream_arn end |