#[non_exhaustive]pub struct ListGitHubAccountTokenNamesOutput { /* private fields */ }
Expand description
Represents the output of a ListGitHubAccountTokenNames
operation.
Implementations§
source§impl ListGitHubAccountTokenNamesOutput
impl ListGitHubAccountTokenNamesOutput
sourcepub fn token_name_list(&self) -> Option<&[String]>
pub fn token_name_list(&self) -> Option<&[String]>
A list of names of connections to GitHub accounts.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
source§impl ListGitHubAccountTokenNamesOutput
impl ListGitHubAccountTokenNamesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListGitHubAccountTokenNamesOutput
.
Trait Implementations§
source§impl Clone for ListGitHubAccountTokenNamesOutput
impl Clone for ListGitHubAccountTokenNamesOutput
source§fn clone(&self) -> ListGitHubAccountTokenNamesOutput
fn clone(&self) -> ListGitHubAccountTokenNamesOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListGitHubAccountTokenNamesOutput> for ListGitHubAccountTokenNamesOutput
impl PartialEq<ListGitHubAccountTokenNamesOutput> for ListGitHubAccountTokenNamesOutput
source§fn eq(&self, other: &ListGitHubAccountTokenNamesOutput) -> bool
fn eq(&self, other: &ListGitHubAccountTokenNamesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.