Struct rusoto_codepipeline::ListActionTypesInput [] [src]

pub struct ListActionTypesInput {
    pub action_owner_filter: Option<String>,
    pub next_token: Option<String>,
}

Represents the input of a list action types action.

Fields

Filters the list of action types to those created by a specified entity.

An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.

Trait Implementations

impl Default for ListActionTypesInput
[src]

[src]

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

impl Debug for ListActionTypesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListActionTypesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more