Struct rusoto_ssm::StopAutomationExecutionRequest [] [src]

pub struct StopAutomationExecutionRequest {
    pub automation_execution_id: AutomationExecutionId,
}

Fields

The execution ID of the Automation to stop.

Trait Implementations

impl Default for StopAutomationExecutionRequest
[src]

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

impl Debug for StopAutomationExecutionRequest
[src]

Formats the value using the given formatter.

impl Clone for StopAutomationExecutionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more