Class: Aws::Types::ExecutionInputs
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionInputs
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Automation, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation ⇒ Types::AutomationExecutionInputs
Returns the value of attribute automation.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#automation ⇒ Types::AutomationExecutionInputs
Returns the value of attribute automation.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def automation @automation end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def unknown @unknown end |