Class: Aws::Types::ExecutionStartedDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionStartedDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_timeout ⇒ ::Integer
Returns the value of attribute execution_timeout.
-
#input ⇒ Types::EventInput
Returns the value of attribute input.
Instance Attribute Details
#execution_timeout ⇒ ::Integer
Returns the value of attribute execution_timeout.
779 780 781 |
# File 'sig/types.rbs', line 779 def execution_timeout @execution_timeout end |
#input ⇒ Types::EventInput
Returns the value of attribute input.
778 779 780 |
# File 'sig/types.rbs', line 778 def input @input end |