Struct aws_sdk_iam::output::UpdateSamlProviderOutput
source · [−]#[non_exhaustive]pub struct UpdateSamlProviderOutput { /* private fields */ }Expand description
Contains the response to a successful UpdateSAMLProvider request.
Implementations
sourceimpl UpdateSamlProviderOutput
impl UpdateSamlProviderOutput
sourcepub fn saml_provider_arn(&self) -> Option<&str>
pub fn saml_provider_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the SAML provider that was updated.
sourceimpl UpdateSamlProviderOutput
impl UpdateSamlProviderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSamlProviderOutput.
Trait Implementations
sourceimpl Clone for UpdateSamlProviderOutput
impl Clone for UpdateSamlProviderOutput
sourcefn clone(&self) -> UpdateSamlProviderOutput
fn clone(&self) -> UpdateSamlProviderOutput
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 UpdateSamlProviderOutput
impl Debug for UpdateSamlProviderOutput
sourceimpl PartialEq<UpdateSamlProviderOutput> for UpdateSamlProviderOutput
impl PartialEq<UpdateSamlProviderOutput> for UpdateSamlProviderOutput
sourcefn eq(&self, other: &UpdateSamlProviderOutput) -> bool
fn eq(&self, other: &UpdateSamlProviderOutput) -> bool
impl StructuralPartialEq for UpdateSamlProviderOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateSamlProviderOutput
impl Send for UpdateSamlProviderOutput
impl Sync for UpdateSamlProviderOutput
impl Unpin for UpdateSamlProviderOutput
impl UnwindSafe for UpdateSamlProviderOutput
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