pub struct GetOnPremisesInstanceInput {
pub instance_name: String,
}
Expand description
Represents the input of a GetOnPremisesInstance
operation.
Fields§
§instance_name: String
The name of the on-premises instance about which to get information.
Trait Implementations§
Source§impl Clone for GetOnPremisesInstanceInput
impl Clone for GetOnPremisesInstanceInput
Source§fn clone(&self) -> GetOnPremisesInstanceInput
fn clone(&self) -> GetOnPremisesInstanceInput
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 GetOnPremisesInstanceInput
impl Debug for GetOnPremisesInstanceInput
Source§impl Default for GetOnPremisesInstanceInput
impl Default for GetOnPremisesInstanceInput
Source§fn default() -> GetOnPremisesInstanceInput
fn default() -> GetOnPremisesInstanceInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetOnPremisesInstanceInput
Auto Trait Implementations§
impl Freeze for GetOnPremisesInstanceInput
impl RefUnwindSafe for GetOnPremisesInstanceInput
impl Send for GetOnPremisesInstanceInput
impl Sync for GetOnPremisesInstanceInput
impl Unpin for GetOnPremisesInstanceInput
impl UnwindSafe for GetOnPremisesInstanceInput
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