Struct aws_sdk_s3control::model::AsyncOperation
source · [−]#[non_exhaustive]pub struct AsyncOperation { /* private fields */ }Expand description
A container for the information about an asynchronous operation.
Implementations
sourceimpl AsyncOperation
impl AsyncOperation
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time that the request was sent to the service.
sourcepub fn operation(&self) -> Option<&AsyncOperationName>
pub fn operation(&self) -> Option<&AsyncOperationName>
The specific operation for the asynchronous request.
sourcepub fn request_token_arn(&self) -> Option<&str>
pub fn request_token_arn(&self) -> Option<&str>
The request token associated with the request.
sourcepub fn request_parameters(&self) -> Option<&AsyncRequestParameters>
pub fn request_parameters(&self) -> Option<&AsyncRequestParameters>
The parameters associated with the request.
sourcepub fn request_status(&self) -> Option<&str>
pub fn request_status(&self) -> Option<&str>
The current status of the request.
sourcepub fn response_details(&self) -> Option<&AsyncResponseDetails>
pub fn response_details(&self) -> Option<&AsyncResponseDetails>
The details of the response.
sourceimpl AsyncOperation
impl AsyncOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AsyncOperation.
Trait Implementations
sourceimpl Clone for AsyncOperation
impl Clone for AsyncOperation
sourcefn clone(&self) -> AsyncOperation
fn clone(&self) -> AsyncOperation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AsyncOperation
impl Debug for AsyncOperation
sourceimpl PartialEq<AsyncOperation> for AsyncOperation
impl PartialEq<AsyncOperation> for AsyncOperation
sourcefn eq(&self, other: &AsyncOperation) -> bool
fn eq(&self, other: &AsyncOperation) -> bool
impl StructuralPartialEq for AsyncOperation
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more