#[non_exhaustive]pub struct DeleteIdentityProviderInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteIdentityProviderInput
impl Clone for DeleteIdentityProviderInput
source§fn clone(&self) -> DeleteIdentityProviderInput
fn clone(&self) -> DeleteIdentityProviderInput
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 DeleteIdentityProviderInput
impl Debug for DeleteIdentityProviderInput
source§impl PartialEq<DeleteIdentityProviderInput> for DeleteIdentityProviderInput
impl PartialEq<DeleteIdentityProviderInput> for DeleteIdentityProviderInput
source§fn eq(&self, other: &DeleteIdentityProviderInput) -> bool
fn eq(&self, other: &DeleteIdentityProviderInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.