#[non_exhaustive]pub struct DescribePrincipalIdFormatOutput { /* private fields */ }
Implementations§
source§impl DescribePrincipalIdFormatOutput
impl DescribePrincipalIdFormatOutput
sourcepub fn principals(&self) -> Option<&[PrincipalIdFormat]>
pub fn principals(&self) -> Option<&[PrincipalIdFormat]>
Information about the ID format settings for the ARN.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
source§impl DescribePrincipalIdFormatOutput
impl DescribePrincipalIdFormatOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribePrincipalIdFormatOutput
.
Trait Implementations§
source§impl Clone for DescribePrincipalIdFormatOutput
impl Clone for DescribePrincipalIdFormatOutput
source§fn clone(&self) -> DescribePrincipalIdFormatOutput
fn clone(&self) -> DescribePrincipalIdFormatOutput
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<DescribePrincipalIdFormatOutput> for DescribePrincipalIdFormatOutput
impl PartialEq<DescribePrincipalIdFormatOutput> for DescribePrincipalIdFormatOutput
source§fn eq(&self, other: &DescribePrincipalIdFormatOutput) -> bool
fn eq(&self, other: &DescribePrincipalIdFormatOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.