Struct rusoto_ssm::SendAutomationSignalRequest [] [src]

pub struct SendAutomationSignalRequest {
    pub automation_execution_id: String,
    pub payload: Option<HashMap<String, Vec<String>>>,
    pub signal_type: String,
}

Fields

The unique identifier for an existing Automation execution that you want to send the signal to.

The data sent with the signal. The data schema depends on the type of signal used in the request.

The type of signal. Valid signal types include the following: Approve and Reject

Trait Implementations

impl Default for SendAutomationSignalRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SendAutomationSignalRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for SendAutomationSignalRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more