#[non_exhaustive]pub struct DeleteIdentityProviderInput { /* private fields */ }
Implementations
sourceimpl DeleteIdentityProviderInput
impl DeleteIdentityProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIdentityProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIdentityProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIdentityProvider
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIdentityProviderInput
.
sourceimpl DeleteIdentityProviderInput
impl DeleteIdentityProviderInput
sourcepub fn identity_provider_arn(&self) -> Option<&str>
pub fn identity_provider_arn(&self) -> Option<&str>
The ARN of the identity provider.
Trait Implementations
sourceimpl Clone for DeleteIdentityProviderInput
impl Clone for DeleteIdentityProviderInput
sourcefn clone(&self) -> DeleteIdentityProviderInput
fn clone(&self) -> DeleteIdentityProviderInput
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 DeleteIdentityProviderInput
impl Debug for DeleteIdentityProviderInput
sourceimpl PartialEq<DeleteIdentityProviderInput> for DeleteIdentityProviderInput
impl PartialEq<DeleteIdentityProviderInput> for DeleteIdentityProviderInput
sourcefn eq(&self, other: &DeleteIdentityProviderInput) -> bool
fn eq(&self, other: &DeleteIdentityProviderInput) -> bool
impl StructuralPartialEq for DeleteIdentityProviderInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteIdentityProviderInput
impl Send for DeleteIdentityProviderInput
impl Sync for DeleteIdentityProviderInput
impl Unpin for DeleteIdentityProviderInput
impl UnwindSafe for DeleteIdentityProviderInput
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