#[non_exhaustive]pub struct IdentityProviderSummary { /* private fields */ }
Expand description
The summary of the identity provider.
Implementations§
source§impl 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.
source§impl IdentityProviderSummary
impl IdentityProviderSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IdentityProviderSummary
.
Trait Implementations§
source§impl Clone for IdentityProviderSummary
impl Clone for IdentityProviderSummary
source§fn clone(&self) -> IdentityProviderSummary
fn clone(&self) -> IdentityProviderSummary
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 IdentityProviderSummary
impl Debug for IdentityProviderSummary
source§impl PartialEq<IdentityProviderSummary> for IdentityProviderSummary
impl PartialEq<IdentityProviderSummary> for IdentityProviderSummary
source§fn eq(&self, other: &IdentityProviderSummary) -> bool
fn eq(&self, other: &IdentityProviderSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.