#[non_exhaustive]pub struct DeleteDeploymentGroupInput { /* private fields */ }
Expand description
Represents the input of a DeleteDeploymentGroup
operation.
Implementations§
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.
source§impl DeleteDeploymentGroupInput
impl DeleteDeploymentGroupInput
sourcepub fn builder() -> DeleteDeploymentGroupInputBuilder
pub fn builder() -> DeleteDeploymentGroupInputBuilder
Creates a new builder-style object to manufacture DeleteDeploymentGroupInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteDeploymentGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteDeploymentGroupInput
impl Send for DeleteDeploymentGroupInput
impl Sync for DeleteDeploymentGroupInput
impl Unpin for DeleteDeploymentGroupInput
impl UnwindSafe for DeleteDeploymentGroupInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more