#[non_exhaustive]pub struct DeleteComputeEnvironmentInput { /* private fields */ }
Expand description
Contains the parameters for DeleteComputeEnvironment
.
Implementations§
source§impl DeleteComputeEnvironmentInput
impl DeleteComputeEnvironmentInput
sourcepub fn compute_environment(&self) -> Option<&str>
pub fn compute_environment(&self) -> Option<&str>
The name or Amazon Resource Name (ARN) of the compute environment to delete.
source§impl DeleteComputeEnvironmentInput
impl DeleteComputeEnvironmentInput
sourcepub fn builder() -> DeleteComputeEnvironmentInputBuilder
pub fn builder() -> DeleteComputeEnvironmentInputBuilder
Creates a new builder-style object to manufacture DeleteComputeEnvironmentInput
.
source§impl DeleteComputeEnvironmentInput
impl DeleteComputeEnvironmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteComputeEnvironment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteComputeEnvironment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteComputeEnvironment
>
Trait Implementations§
source§impl Clone for DeleteComputeEnvironmentInput
impl Clone for DeleteComputeEnvironmentInput
source§fn clone(&self) -> DeleteComputeEnvironmentInput
fn clone(&self) -> DeleteComputeEnvironmentInput
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 PartialEq<DeleteComputeEnvironmentInput> for DeleteComputeEnvironmentInput
impl PartialEq<DeleteComputeEnvironmentInput> for DeleteComputeEnvironmentInput
source§fn eq(&self, other: &DeleteComputeEnvironmentInput) -> bool
fn eq(&self, other: &DeleteComputeEnvironmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.