Struct aws_sdk_s3control::model::AsyncOperation [−][src]
#[non_exhaustive]pub struct AsyncOperation {
pub creation_time: Option<DateTime>,
pub operation: Option<AsyncOperationName>,
pub request_token_arn: Option<String>,
pub request_parameters: Option<AsyncRequestParameters>,
pub request_status: Option<String>,
pub response_details: Option<AsyncResponseDetails>,
}
Expand description
A container for the information about an asynchronous operation.
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.creation_time: Option<DateTime>
The time that the request was sent to the service.
operation: Option<AsyncOperationName>
The specific operation for the asynchronous request.
request_token_arn: Option<String>
The request token associated with the request.
request_parameters: Option<AsyncRequestParameters>
The parameters associated with the request.
request_status: Option<String>
The current status of the request.
response_details: Option<AsyncResponseDetails>
The details of the response.
Implementations
The time that the request was sent to the service.
The specific operation for the asynchronous request.
The request token associated with the request.
The parameters associated with the request.
The current status of the request.
The details of the response.
Creates a new builder-style object to manufacture AsyncOperation
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 AsyncOperation
impl Send for AsyncOperation
impl Sync for AsyncOperation
impl Unpin for AsyncOperation
impl UnwindSafe for AsyncOperation
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