#[non_exhaustive]pub struct IdentityProviderSummary { /* private fields */ }
Expand description
The summary of the identity provider.
Implementations
sourceimpl IdentityProviderSummary
impl IdentityProviderSummary
sourcepub fn identity_provider_arn(&self) -> Option<&str>
pub fn identity_provider_arn(&self) -> Option<&str>
The ARN of the identity provider.
sourcepub fn identity_provider_name(&self) -> Option<&str>
pub fn identity_provider_name(&self) -> Option<&str>
The identity provider name.
sourcepub fn identity_provider_type(&self) -> Option<&IdentityProviderType>
pub fn identity_provider_type(&self) -> Option<&IdentityProviderType>
The identity provider type.
sourceimpl IdentityProviderSummary
impl IdentityProviderSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IdentityProviderSummary
.
Trait Implementations
sourceimpl Clone for IdentityProviderSummary
impl Clone for IdentityProviderSummary
sourcefn clone(&self) -> IdentityProviderSummary
fn clone(&self) -> IdentityProviderSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IdentityProviderSummary
impl Debug for IdentityProviderSummary
sourceimpl PartialEq<IdentityProviderSummary> for IdentityProviderSummary
impl PartialEq<IdentityProviderSummary> for IdentityProviderSummary
sourcefn eq(&self, other: &IdentityProviderSummary) -> bool
fn eq(&self, other: &IdentityProviderSummary) -> bool
impl StructuralPartialEq for IdentityProviderSummary
Auto Trait Implementations
impl RefUnwindSafe for IdentityProviderSummary
impl Send for IdentityProviderSummary
impl Sync for IdentityProviderSummary
impl Unpin for IdentityProviderSummary
impl UnwindSafe for IdentityProviderSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more