Struct aws_sdk_s3control::input::UpdateJobStatusInput [−][src]
#[non_exhaustive]pub struct UpdateJobStatusInput {
pub account_id: Option<String>,
pub job_id: Option<String>,
pub requested_job_status: Option<RequestedJobStatus>,
pub status_update_reason: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.account_id: Option<String>
The Amazon Web Services account ID associated with the S3 Batch Operations job.
job_id: Option<String>
The ID of the job whose status you want to update.
requested_job_status: Option<RequestedJobStatus>
The status that you want to move the specified job to.
status_update_reason: Option<String>
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobStatus, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateJobStatus, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateJobStatus
>
Creates a new builder-style object to manufacture UpdateJobStatusInput
The Amazon Web Services account ID associated with the S3 Batch Operations job.
The status that you want to move the specified job to.
A description of the reason why you want to change the specified job's status. This field can be any string up to the maximum length.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateJobStatusInput
impl Send for UpdateJobStatusInput
impl Sync for UpdateJobStatusInput
impl Unpin for UpdateJobStatusInput
impl UnwindSafe for UpdateJobStatusInput
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