Struct rusoto_codedeploy::ListGitHubAccountTokenNamesOutput [] [src]

pub struct ListGitHubAccountTokenNamesOutput {
    pub next_token: Option<String>,
    pub token_name_list: Option<Vec<String>>,
}

Represents the output of a ListGitHubAccountTokenNames operation.

Fields

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

A list of names of connections to GitHub accounts.

Trait Implementations

impl Default for ListGitHubAccountTokenNamesOutput
[src]

[src]

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

impl Debug for ListGitHubAccountTokenNamesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListGitHubAccountTokenNamesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations