pub struct DeleteInfrastructureConfigurationRequest {
pub infrastructure_configuration_arn: String,
}
Fields§
§infrastructure_configuration_arn: String
The Amazon Resource Name (ARN) of the infrastructure configuration to delete.
Trait Implementations§
Source§impl Clone for DeleteInfrastructureConfigurationRequest
impl Clone for DeleteInfrastructureConfigurationRequest
Source§fn clone(&self) -> DeleteInfrastructureConfigurationRequest
fn clone(&self) -> DeleteInfrastructureConfigurationRequest
Returns a duplicate 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 Default for DeleteInfrastructureConfigurationRequest
impl Default for DeleteInfrastructureConfigurationRequest
Source§fn default() -> DeleteInfrastructureConfigurationRequest
fn default() -> DeleteInfrastructureConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteInfrastructureConfigurationRequest
impl PartialEq for DeleteInfrastructureConfigurationRequest
Source§fn eq(&self, other: &DeleteInfrastructureConfigurationRequest) -> bool
fn eq(&self, other: &DeleteInfrastructureConfigurationRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteInfrastructureConfigurationRequest
Auto Trait Implementations§
impl Freeze for DeleteInfrastructureConfigurationRequest
impl RefUnwindSafe for DeleteInfrastructureConfigurationRequest
impl Send for DeleteInfrastructureConfigurationRequest
impl Sync for DeleteInfrastructureConfigurationRequest
impl Unpin for DeleteInfrastructureConfigurationRequest
impl UnwindSafe for DeleteInfrastructureConfigurationRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more