#[non_exhaustive]pub struct DeleteResourcesByExternalIdInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteResourcesByExternalIdInput
impl Clone for DeleteResourcesByExternalIdInput
source§fn clone(&self) -> DeleteResourcesByExternalIdInput
fn clone(&self) -> DeleteResourcesByExternalIdInput
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 PartialEq<DeleteResourcesByExternalIdInput> for DeleteResourcesByExternalIdInput
impl PartialEq<DeleteResourcesByExternalIdInput> for DeleteResourcesByExternalIdInput
source§fn eq(&self, other: &DeleteResourcesByExternalIdInput) -> bool
fn eq(&self, other: &DeleteResourcesByExternalIdInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.