Struct aws_sdk_iam::input::ListOpenIdConnectProvidersInput [−][src]
#[non_exhaustive]pub struct ListOpenIdConnectProvidersInput {}
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOpenIDConnectProviders, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOpenIDConnectProviders, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListOpenIDConnectProviders
>
Creates a new builder-style object to manufacture ListOpenIdConnectProvidersInput
Trait Implementations
Auto Trait Implementations
impl Send for ListOpenIdConnectProvidersInput
impl Sync for ListOpenIdConnectProvidersInput
impl Unpin for ListOpenIdConnectProvidersInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more