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