Class: Aws::Types::ExecutionSucceededEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionSucceededEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output ⇒ ::String
Returns the value of attribute output.
-
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
Instance Attribute Details
#output ⇒ ::String
Returns the value of attribute output.
384 385 386 |
# File 'sig/types.rbs', line 384 def output @output end |
#output_details ⇒ Types::HistoryEventExecutionDataDetails
Returns the value of attribute output_details.
385 386 387 |
# File 'sig/types.rbs', line 385 def output_details @output_details end |