pub struct DeregisterOnPremisesInstanceInput {
pub instance_name: String,
}Expand description
Represents the input of a DeregisterOnPremisesInstance operation.
Fields§
§instance_name: StringThe name of the on-premises instance to deregister.
Trait Implementations§
Source§impl Clone for DeregisterOnPremisesInstanceInput
impl Clone for DeregisterOnPremisesInstanceInput
Source§fn clone(&self) -> DeregisterOnPremisesInstanceInput
fn clone(&self) -> DeregisterOnPremisesInstanceInput
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 DeregisterOnPremisesInstanceInput
impl Default for DeregisterOnPremisesInstanceInput
Source§fn default() -> DeregisterOnPremisesInstanceInput
fn default() -> DeregisterOnPremisesInstanceInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeregisterOnPremisesInstanceInput
impl PartialEq for DeregisterOnPremisesInstanceInput
Source§fn eq(&self, other: &DeregisterOnPremisesInstanceInput) -> bool
fn eq(&self, other: &DeregisterOnPremisesInstanceInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeregisterOnPremisesInstanceInput
Auto Trait Implementations§
impl Freeze for DeregisterOnPremisesInstanceInput
impl RefUnwindSafe for DeregisterOnPremisesInstanceInput
impl Send for DeregisterOnPremisesInstanceInput
impl Sync for DeregisterOnPremisesInstanceInput
impl Unpin for DeregisterOnPremisesInstanceInput
impl UnwindSafe for DeregisterOnPremisesInstanceInput
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