Struct aws_sdk_iam::input::ListSamlProvidersInput [−][src]
#[non_exhaustive]pub struct ListSamlProvidersInput {}
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSAMLProviders, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSAMLProviders, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListSAMLProviders
>
Creates a new builder-style object to manufacture ListSamlProvidersInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListSamlProvidersInput
impl Send for ListSamlProvidersInput
impl Sync for ListSamlProvidersInput
impl Unpin for ListSamlProvidersInput
impl UnwindSafe for ListSamlProvidersInput
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