#[non_exhaustive]pub struct ListAccessTokensOutput { /* private fields */ }
Implementations§
source§impl ListAccessTokensOutput
impl ListAccessTokensOutput
sourcepub fn items(&self) -> Option<&[AccessTokenSummary]>
pub fn items(&self) -> Option<&[AccessTokenSummary]>
A list of personal access tokens (PATs) associated with the calling user.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from a call to this API to indicate the next batch of results to return, if any.
source§impl ListAccessTokensOutput
impl ListAccessTokensOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessTokensOutput
.
Trait Implementations§
source§impl Clone for ListAccessTokensOutput
impl Clone for ListAccessTokensOutput
source§fn clone(&self) -> ListAccessTokensOutput
fn clone(&self) -> ListAccessTokensOutput
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 Debug for ListAccessTokensOutput
impl Debug for ListAccessTokensOutput
source§impl PartialEq<ListAccessTokensOutput> for ListAccessTokensOutput
impl PartialEq<ListAccessTokensOutput> for ListAccessTokensOutput
source§fn eq(&self, other: &ListAccessTokensOutput) -> bool
fn eq(&self, other: &ListAccessTokensOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.