#[non_exhaustive]pub struct DeleteDeploymentGroupInput { /* private fields */ }
Expand description
Represents the input of a DeleteDeploymentGroup
operation.
Implementations§
source§impl DeleteDeploymentGroupInput
impl DeleteDeploymentGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeploymentGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeploymentGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDeploymentGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDeploymentGroupInput
.
source§impl DeleteDeploymentGroupInput
impl DeleteDeploymentGroupInput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
sourcepub fn deployment_group_name(&self) -> Option<&str>
pub fn deployment_group_name(&self) -> Option<&str>
The name of a deployment group for the specified application.
Trait Implementations§
source§impl Clone for DeleteDeploymentGroupInput
impl Clone for DeleteDeploymentGroupInput
source§fn clone(&self) -> DeleteDeploymentGroupInput
fn clone(&self) -> DeleteDeploymentGroupInput
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 DeleteDeploymentGroupInput
impl Debug for DeleteDeploymentGroupInput
source§impl PartialEq<DeleteDeploymentGroupInput> for DeleteDeploymentGroupInput
impl PartialEq<DeleteDeploymentGroupInput> for DeleteDeploymentGroupInput
source§fn eq(&self, other: &DeleteDeploymentGroupInput) -> bool
fn eq(&self, other: &DeleteDeploymentGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.