Struct rusoto_codepipeline::ListActionTypesOutput [] [src]

pub struct ListActionTypesOutput {
    pub action_types: Vec<ActionType>,
    pub next_token: Option<String>,
}

Represents the output of a list action types action.

Fields

Provides details of the action types.

If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list action types call to return the next set of action types in the list.

Trait Implementations

impl Default for ListActionTypesOutput
[src]

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

impl Debug for ListActionTypesOutput
[src]

Formats the value using the given formatter.

impl Clone for ListActionTypesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more