Struct rusoto_emr::ListBootstrapActionsInput [] [src]

pub struct ListBootstrapActionsInput {
    pub cluster_id: String,
    pub marker: Option<String>,
}

This input determines which bootstrap actions to retrieve.

Fields

The cluster identifier for the bootstrap actions to list.

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

Trait Implementations

impl Default for ListBootstrapActionsInput
[src]

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

impl Debug for ListBootstrapActionsInput
[src]

Formats the value using the given formatter.

impl Clone for ListBootstrapActionsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more