Class: Aws::Types::SendAutomationSignalRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automation_execution_id::String

Returns the value of attribute automation_execution_id.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


4040
4041
4042
# File 'sig/types.rbs', line 4040

def payload
  @payload
end

#signal_type"Approve", ...

Returns the value of attribute signal_type.

Returns:

  • ("Approve", "Reject", "StartStep", "StopStep", "Resume", "Revoke")


4039
4040
4041
# File 'sig/types.rbs', line 4039

def signal_type
  @signal_type
end