#[non_exhaustive]pub struct GetIdentityProviderInput { /* private fields */ }
Implementations§
source§impl GetIdentityProviderInput
impl GetIdentityProviderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityProvider, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityProvider, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIdentityProvider
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIdentityProviderInput
.
source§impl GetIdentityProviderInput
impl GetIdentityProviderInput
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 GetIdentityProviderInput
impl Clone for GetIdentityProviderInput
source§fn clone(&self) -> GetIdentityProviderInput
fn clone(&self) -> GetIdentityProviderInput
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 GetIdentityProviderInput
impl Debug for GetIdentityProviderInput
source§impl PartialEq<GetIdentityProviderInput> for GetIdentityProviderInput
impl PartialEq<GetIdentityProviderInput> for GetIdentityProviderInput
source§fn eq(&self, other: &GetIdentityProviderInput) -> bool
fn eq(&self, other: &GetIdentityProviderInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.