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.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def lambda @lambda end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def unknown @unknown end |