#[non_exhaustive]pub struct DeleteResourcesByExternalIdInput { /* private fields */ }
Implementations
sourceimpl DeleteResourcesByExternalIdInput
impl DeleteResourcesByExternalIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteResourcesByExternalId, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteResourcesByExternalId, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteResourcesByExternalId
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteResourcesByExternalIdInput
.
sourceimpl DeleteResourcesByExternalIdInput
impl DeleteResourcesByExternalIdInput
sourcepub fn external_id(&self) -> Option<&str>
pub fn external_id(&self) -> Option<&str>
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
Trait Implementations
sourceimpl Clone for DeleteResourcesByExternalIdInput
impl Clone for DeleteResourcesByExternalIdInput
sourcefn clone(&self) -> DeleteResourcesByExternalIdInput
fn clone(&self) -> DeleteResourcesByExternalIdInput
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 PartialEq<DeleteResourcesByExternalIdInput> for DeleteResourcesByExternalIdInput
impl PartialEq<DeleteResourcesByExternalIdInput> for DeleteResourcesByExternalIdInput
sourcefn eq(&self, other: &DeleteResourcesByExternalIdInput) -> bool
fn eq(&self, other: &DeleteResourcesByExternalIdInput) -> bool
impl StructuralPartialEq for DeleteResourcesByExternalIdInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteResourcesByExternalIdInput
impl Send for DeleteResourcesByExternalIdInput
impl Sync for DeleteResourcesByExternalIdInput
impl Unpin for DeleteResourcesByExternalIdInput
impl UnwindSafe for DeleteResourcesByExternalIdInput
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