Struct rusoto_emr::Command [] [src]

pub struct Command {
    pub args: Option<StringList>,
    pub name: Option<String>,
    pub script_path: Option<String>,
}

An entity describing an executable that runs on a cluster.

Fields

Arguments for Amazon EMR to pass to the command for execution.

The name of the command.

The Amazon S3 location of the command script.

Trait Implementations

impl Default for Command
[src]

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

impl Debug for Command
[src]

Formats the value using the given formatter.

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more