Class: Aws::Types::OrchestrationExecutor
- Inherits:
-
Object
- Object
- Aws::Types::OrchestrationExecutor
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda ⇒ ::String
Returns the value of attribute lambda.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#lambda ⇒ ::String
Returns the value of attribute lambda.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def lambda @lambda end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def unknown @unknown end |