#[non_exhaustive]pub struct UpdateIdentityProviderOutput { /* private fields */ }
Implementations§
source§impl UpdateIdentityProviderOutput
impl UpdateIdentityProviderOutput
sourcepub fn identity_provider(&self) -> Option<&IdentityProvider>
pub fn identity_provider(&self) -> Option<&IdentityProvider>
The identity provider.
source§impl UpdateIdentityProviderOutput
impl UpdateIdentityProviderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIdentityProviderOutput
.
Trait Implementations§
source§impl Clone for UpdateIdentityProviderOutput
impl Clone for UpdateIdentityProviderOutput
source§fn clone(&self) -> UpdateIdentityProviderOutput
fn clone(&self) -> UpdateIdentityProviderOutput
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 more