Struct aws_sdk_codecatalyst::types::AccessTokenSummary
source · #[non_exhaustive]pub struct AccessTokenSummary { /* private fields */ }
Expand description
Information about a specified personal access token (PAT).
Implementations§
source§impl AccessTokenSummary
impl AccessTokenSummary
sourcepub fn expires_time(&self) -> Option<&DateTime>
pub fn expires_time(&self) -> Option<&DateTime>
The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
source§impl AccessTokenSummary
impl AccessTokenSummary
sourcepub fn builder() -> AccessTokenSummaryBuilder
pub fn builder() -> AccessTokenSummaryBuilder
Creates a new builder-style object to manufacture AccessTokenSummary
.
Trait Implementations§
source§impl Clone for AccessTokenSummary
impl Clone for AccessTokenSummary
source§fn clone(&self) -> AccessTokenSummary
fn clone(&self) -> AccessTokenSummary
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 AccessTokenSummary
impl Debug for AccessTokenSummary
source§impl PartialEq<AccessTokenSummary> for AccessTokenSummary
impl PartialEq<AccessTokenSummary> for AccessTokenSummary
source§fn eq(&self, other: &AccessTokenSummary) -> bool
fn eq(&self, other: &AccessTokenSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.