Struct aws_sdk_cloudcontrol::output::CreateResourceOutput
source · #[non_exhaustive]pub struct CreateResourceOutput { /* private fields */ }
Implementations§
source§impl CreateResourceOutput
impl CreateResourceOutput
sourcepub fn progress_event(&self) -> Option<&ProgressEvent>
pub fn progress_event(&self) -> Option<&ProgressEvent>
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling GetResourceRequestStatus using the RequestToken
of the ProgressEvent
returned by CreateResource
.
source§impl CreateResourceOutput
impl CreateResourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateResourceOutput
.
Trait Implementations§
source§impl Clone for CreateResourceOutput
impl Clone for CreateResourceOutput
source§fn clone(&self) -> CreateResourceOutput
fn clone(&self) -> CreateResourceOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateResourceOutput
impl Debug for CreateResourceOutput
source§impl PartialEq<CreateResourceOutput> for CreateResourceOutput
impl PartialEq<CreateResourceOutput> for CreateResourceOutput
source§fn eq(&self, other: &CreateResourceOutput) -> bool
fn eq(&self, other: &CreateResourceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.