#[non_exhaustive]pub struct ListIdentityProvidersOutput { /* private fields */ }
Implementations§
source§impl ListIdentityProvidersOutput
impl ListIdentityProvidersOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation.
sourcepub fn identity_providers(&self) -> Option<&[IdentityProviderSummary]>
pub fn identity_providers(&self) -> Option<&[IdentityProviderSummary]>
The identity providers.
source§impl ListIdentityProvidersOutput
impl ListIdentityProvidersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListIdentityProvidersOutput
.
Trait Implementations§
source§impl Clone for ListIdentityProvidersOutput
impl Clone for ListIdentityProvidersOutput
source§fn clone(&self) -> ListIdentityProvidersOutput
fn clone(&self) -> ListIdentityProvidersOutput
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 ListIdentityProvidersOutput
impl Debug for ListIdentityProvidersOutput
source§impl PartialEq<ListIdentityProvidersOutput> for ListIdentityProvidersOutput
impl PartialEq<ListIdentityProvidersOutput> for ListIdentityProvidersOutput
source§fn eq(&self, other: &ListIdentityProvidersOutput) -> bool
fn eq(&self, other: &ListIdentityProvidersOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.