Struct rusoto_codepipeline::ListActionTypesInput[][src]

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

Represents the input of a ListActionTypes 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]

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

impl Debug for ListActionTypesInput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListActionTypesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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