#[non_exhaustive]pub struct DeleteDeploymentConfigInput { /* private fields */ }
Expand description
Represents the input of a DeleteDeploymentConfig
operation.
Implementations
sourceimpl DeleteDeploymentConfigInput
impl DeleteDeploymentConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeploymentConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeploymentConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDeploymentConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDeploymentConfigInput
.
sourceimpl DeleteDeploymentConfigInput
impl DeleteDeploymentConfigInput
sourcepub fn deployment_config_name(&self) -> Option<&str>
pub fn deployment_config_name(&self) -> Option<&str>
The name of a deployment configuration associated with the IAM user or Amazon Web Services account.
Trait Implementations
sourceimpl Clone for DeleteDeploymentConfigInput
impl Clone for DeleteDeploymentConfigInput
sourcefn clone(&self) -> DeleteDeploymentConfigInput
fn clone(&self) -> DeleteDeploymentConfigInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteDeploymentConfigInput
impl Debug for DeleteDeploymentConfigInput
sourceimpl PartialEq<DeleteDeploymentConfigInput> for DeleteDeploymentConfigInput
impl PartialEq<DeleteDeploymentConfigInput> for DeleteDeploymentConfigInput
sourcefn eq(&self, other: &DeleteDeploymentConfigInput) -> bool
fn eq(&self, other: &DeleteDeploymentConfigInput) -> bool
impl StructuralPartialEq for DeleteDeploymentConfigInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDeploymentConfigInput
impl Send for DeleteDeploymentConfigInput
impl Sync for DeleteDeploymentConfigInput
impl Unpin for DeleteDeploymentConfigInput
impl UnwindSafe for DeleteDeploymentConfigInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more