#[non_exhaustive]pub struct DeleteDeploymentConfigInput { /* private fields */ }
Expand description
Represents the input of a DeleteDeploymentConfig
operation.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteDeploymentConfigInput
impl Clone for DeleteDeploymentConfigInput
source§fn clone(&self) -> DeleteDeploymentConfigInput
fn clone(&self) -> DeleteDeploymentConfigInput
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 DeleteDeploymentConfigInput
impl Debug for DeleteDeploymentConfigInput
source§impl PartialEq<DeleteDeploymentConfigInput> for DeleteDeploymentConfigInput
impl PartialEq<DeleteDeploymentConfigInput> for DeleteDeploymentConfigInput
source§fn eq(&self, other: &DeleteDeploymentConfigInput) -> bool
fn eq(&self, other: &DeleteDeploymentConfigInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.