Struct aws_sdk_codedeploy::input::DeleteDeploymentGroupInput [−][src]
#[non_exhaustive]pub struct DeleteDeploymentGroupInput {
pub application_name: Option<String>,
pub deployment_group_name: Option<String>,
}
Expand description
Represents the input of a DeleteDeploymentGroup
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.application_name: Option<String>
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
deployment_group_name: Option<String>
The name of a deployment group for the specified application.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeploymentGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDeploymentGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteDeploymentGroup
>
Creates a new builder-style object to manufacture DeleteDeploymentGroupInput
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
The name of a deployment group for the specified application.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more