Class: Aws::Types::SendAutomationSignalRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendAutomationSignalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
-
#payload ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute payload.
-
#signal_type ⇒ "Approve", ...
Returns the value of attribute signal_type.
Instance Attribute Details
#automation_execution_id ⇒ ::String
Returns the value of attribute automation_execution_id.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def automation_execution_id @automation_execution_id end |
#payload ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute payload.
4040 4041 4042 |
# File 'sig/types.rbs', line 4040 def payload @payload end |
#signal_type ⇒ "Approve", ...
Returns the value of attribute signal_type.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def signal_type @signal_type end |