Struct aws_sdk_cloudcontrol::input::GetResourceRequestStatusInput [−][src]
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.request_token: Option<String>
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent
type returned by a resource
operation request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceRequestStatus, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceRequestStatus, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetResourceRequestStatus
>
Creates a new builder-style object to manufacture GetResourceRequestStatusInput
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent
type returned by a resource
operation request.
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 Send for GetResourceRequestStatusInput
impl Sync for GetResourceRequestStatusInput
impl Unpin for GetResourceRequestStatusInput
impl UnwindSafe for GetResourceRequestStatusInput
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