Struct rusoto_emr::TerminateJobFlowsInput [] [src]

pub struct TerminateJobFlowsInput {
    pub job_flow_ids: Vec<String>,
}

Input to the TerminateJobFlows operation.

Fields

A list of job flows to be shutdown.

Trait Implementations

impl Default for TerminateJobFlowsInput
[src]

[src]

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

impl Debug for TerminateJobFlowsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for TerminateJobFlowsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more