pub struct DeleteDeploymentConfigInput {
pub deployment_config_name: String,
}
Expand description
Represents the input of a DeleteDeploymentConfig
operation.
Fields§
§deployment_config_name: String
The name of a deployment configuration associated with the IAM user or AWS account.
Trait Implementations§
Source§impl Clone for DeleteDeploymentConfigInput
impl Clone for DeleteDeploymentConfigInput
Source§fn clone(&self) -> DeleteDeploymentConfigInput
fn clone(&self) -> DeleteDeploymentConfigInput
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 DeleteDeploymentConfigInput
impl Debug for DeleteDeploymentConfigInput
Source§impl Default for DeleteDeploymentConfigInput
impl Default for DeleteDeploymentConfigInput
Source§fn default() -> DeleteDeploymentConfigInput
fn default() -> DeleteDeploymentConfigInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteDeploymentConfigInput
Auto Trait Implementations§
impl Freeze for DeleteDeploymentConfigInput
impl RefUnwindSafe for DeleteDeploymentConfigInput
impl Send for DeleteDeploymentConfigInput
impl Sync for DeleteDeploymentConfigInput
impl Unpin for DeleteDeploymentConfigInput
impl UnwindSafe for DeleteDeploymentConfigInput
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