Struct aws_sdk_iam::input::DeleteSamlProviderInput
source · [−]#[non_exhaustive]pub struct DeleteSamlProviderInput { /* private fields */ }Implementations
sourceimpl DeleteSamlProviderInput
impl DeleteSamlProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSAMLProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSAMLProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSAMLProvider>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSamlProviderInput.
sourceimpl DeleteSamlProviderInput
impl DeleteSamlProviderInput
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 to delete.
Trait Implementations
sourceimpl Clone for DeleteSamlProviderInput
impl Clone for DeleteSamlProviderInput
sourcefn clone(&self) -> DeleteSamlProviderInput
fn clone(&self) -> DeleteSamlProviderInput
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 DeleteSamlProviderInput
impl Debug for DeleteSamlProviderInput
sourceimpl PartialEq<DeleteSamlProviderInput> for DeleteSamlProviderInput
impl PartialEq<DeleteSamlProviderInput> for DeleteSamlProviderInput
sourcefn eq(&self, other: &DeleteSamlProviderInput) -> bool
fn eq(&self, other: &DeleteSamlProviderInput) -> bool
impl StructuralPartialEq for DeleteSamlProviderInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteSamlProviderInput
impl Send for DeleteSamlProviderInput
impl Sync for DeleteSamlProviderInput
impl Unpin for DeleteSamlProviderInput
impl UnwindSafe for DeleteSamlProviderInput
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