Struct rusoto_emr::ListBootstrapActionsOutput [] [src]

pub struct ListBootstrapActionsOutput {
    pub bootstrap_actions: Option<Vec<Command>>,
    pub marker: Option<String>,
}

This output contains the bootstrap actions detail.

Fields

The bootstrap actions associated with the cluster.

The pagination token that indicates the next set of results to retrieve.

Trait Implementations

impl Default for ListBootstrapActionsOutput
[src]

[src]

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

impl Debug for ListBootstrapActionsOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListBootstrapActionsOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more