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