Struct rusoto_codedeploy::ListGitHubAccountTokenNamesInput [] [src]

pub struct ListGitHubAccountTokenNamesInput {
    pub next_token: Option<String>,
}

Represents the input of a ListGitHubAccountTokenNames operation.

Fields

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

Trait Implementations

impl Default for ListGitHubAccountTokenNamesInput
[src]

[src]

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

impl Debug for ListGitHubAccountTokenNamesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListGitHubAccountTokenNamesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more