Struct aws_sdk_cloudcontrol::output::CreateResourceOutput
source · [−]#[non_exhaustive]pub struct CreateResourceOutput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl CreateResourceOutput
impl CreateResourceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateResourceOutput.
Trait Implementations
sourceimpl Clone for CreateResourceOutput
impl Clone for CreateResourceOutput
sourcefn clone(&self) -> CreateResourceOutput
fn clone(&self) -> CreateResourceOutput
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 CreateResourceOutput
impl Debug for CreateResourceOutput
sourceimpl PartialEq<CreateResourceOutput> for CreateResourceOutput
impl PartialEq<CreateResourceOutput> for CreateResourceOutput
sourcefn eq(&self, other: &CreateResourceOutput) -> bool
fn eq(&self, other: &CreateResourceOutput) -> bool
impl StructuralPartialEq for CreateResourceOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateResourceOutput
impl Send for CreateResourceOutput
impl Sync for CreateResourceOutput
impl Unpin for CreateResourceOutput
impl UnwindSafe for CreateResourceOutput
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