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