Struct aws_sdk_codedeploy::output::ListGitHubAccountTokenNamesOutput [−][src]
#[non_exhaustive]pub struct ListGitHubAccountTokenNamesOutput {
pub token_name_list: Option<Vec<String>>,
pub next_token: Option<String>,
}
Expand description
Represents the output of a ListGitHubAccountTokenNames
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.token_name_list: Option<Vec<String>>
A list of names of connections to GitHub accounts.
next_token: Option<String>
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.
Implementations
A list of names of connections to GitHub accounts.
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.
Creates a new builder-style object to manufacture ListGitHubAccountTokenNamesOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ListGitHubAccountTokenNamesOutput
impl Sync for ListGitHubAccountTokenNamesOutput
impl Unpin for ListGitHubAccountTokenNamesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more