#[non_exhaustive]pub struct CancelImageCreationInput { /* private fields */ }
Implementations
sourceimpl CancelImageCreationInput
impl CancelImageCreationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CancelImageCreation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CancelImageCreation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelImageCreation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelImageCreationInput
.
sourceimpl CancelImageCreationInput
impl CancelImageCreationInput
sourcepub fn image_build_version_arn(&self) -> Option<&str>
pub fn image_build_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image whose creation you want to cancel.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
Trait Implementations
sourceimpl Clone for CancelImageCreationInput
impl Clone for CancelImageCreationInput
sourcefn clone(&self) -> CancelImageCreationInput
fn clone(&self) -> CancelImageCreationInput
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 CancelImageCreationInput
impl Debug for CancelImageCreationInput
sourceimpl PartialEq<CancelImageCreationInput> for CancelImageCreationInput
impl PartialEq<CancelImageCreationInput> for CancelImageCreationInput
sourcefn eq(&self, other: &CancelImageCreationInput) -> bool
fn eq(&self, other: &CancelImageCreationInput) -> bool
impl StructuralPartialEq for CancelImageCreationInput
Auto Trait Implementations
impl RefUnwindSafe for CancelImageCreationInput
impl Send for CancelImageCreationInput
impl Sync for CancelImageCreationInput
impl Unpin for CancelImageCreationInput
impl UnwindSafe for CancelImageCreationInput
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