Struct rusoto_emr::StepConfig [] [src]

pub struct StepConfig {
    pub action_on_failure: Option<String>,
    pub hadoop_jar_step: HadoopJarStepConfig,
    pub name: String,
}

Specification of a cluster (job flow) step.

Fields

The action to take if the step fails.

The JAR file used for the step.

The name of the step.

Trait Implementations

impl Default for StepConfig
[src]

[src]

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

impl Debug for StepConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for StepConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more