pub struct DeleteEndpointConfigInput {
pub endpoint_config_name: String,
}
Fields§
§endpoint_config_name: String
The name of the endpoint configuration that you want to delete.
Trait Implementations§
Source§impl Clone for DeleteEndpointConfigInput
impl Clone for DeleteEndpointConfigInput
Source§fn clone(&self) -> DeleteEndpointConfigInput
fn clone(&self) -> DeleteEndpointConfigInput
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 Debug for DeleteEndpointConfigInput
impl Debug for DeleteEndpointConfigInput
Source§impl Default for DeleteEndpointConfigInput
impl Default for DeleteEndpointConfigInput
Source§fn default() -> DeleteEndpointConfigInput
fn default() -> DeleteEndpointConfigInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteEndpointConfigInput
Auto Trait Implementations§
impl Freeze for DeleteEndpointConfigInput
impl RefUnwindSafe for DeleteEndpointConfigInput
impl Send for DeleteEndpointConfigInput
impl Sync for DeleteEndpointConfigInput
impl Unpin for DeleteEndpointConfigInput
impl UnwindSafe for DeleteEndpointConfigInput
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