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]

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

impl Debug for ListBootstrapActionsOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListBootstrapActionsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListBootstrapActionsOutput
[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