Struct rusoto_emr::BootstrapActionConfig [] [src]

pub struct BootstrapActionConfig {
    pub name: String,
    pub script_bootstrap_action: ScriptBootstrapActionConfig,
}

Configuration of a bootstrap action.

Fields

The name of the bootstrap action.

The script run by the bootstrap action.

Trait Implementations

impl Default for BootstrapActionConfig
[src]

[src]

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

impl Debug for BootstrapActionConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BootstrapActionConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations