pub struct DeleteDeploymentGroupInput {
pub application_name: String,
pub deployment_group_name: String,
}
Expand description
Represents the input of a DeleteDeploymentGroup
operation.
Fields§
§application_name: String
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
deployment_group_name: String
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 duplicate 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 Default for DeleteDeploymentGroupInput
impl Default for DeleteDeploymentGroupInput
Source§fn default() -> DeleteDeploymentGroupInput
fn default() -> DeleteDeploymentGroupInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteDeploymentGroupInput
Auto Trait Implementations§
impl Freeze for DeleteDeploymentGroupInput
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