Class: Aws::Types::ActionGroupExecutor
- Inherits:
-
Object
- Object
- Aws::Types::ActionGroupExecutor
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomControl, Lambda, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_control ⇒ "RETURN_CONTROL"
Returns the value of attribute custom_control.
-
#lambda ⇒ ::String
Returns the value of attribute lambda.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#custom_control ⇒ "RETURN_CONTROL"
Returns the value of attribute custom_control.
32 33 34 |
# File 'sig/types.rbs', line 32 def custom_control @custom_control end |
#lambda ⇒ ::String
Returns the value of attribute lambda.
33 34 35 |
# File 'sig/types.rbs', line 33 def lambda @lambda end |
#unknown ⇒ Object
Returns the value of attribute unknown.
34 35 36 |
# File 'sig/types.rbs', line 34 def unknown @unknown end |