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