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]

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

impl Debug for StepConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for StepConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StepConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for StepConfig

impl Sync for StepConfig