pub struct GetPasswordDataRequest {
pub dry_run: Option<bool>,
pub instance_id: String,
}Fields§
§dry_run: Option<bool>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
instance_id: StringThe ID of the Windows instance.
Trait Implementations§
Source§impl Clone for GetPasswordDataRequest
impl Clone for GetPasswordDataRequest
Source§fn clone(&self) -> GetPasswordDataRequest
fn clone(&self) -> GetPasswordDataRequest
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 GetPasswordDataRequest
impl Debug for GetPasswordDataRequest
Source§impl Default for GetPasswordDataRequest
impl Default for GetPasswordDataRequest
Source§fn default() -> GetPasswordDataRequest
fn default() -> GetPasswordDataRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetPasswordDataRequest
impl PartialEq for GetPasswordDataRequest
impl StructuralPartialEq for GetPasswordDataRequest
Auto Trait Implementations§
impl Freeze for GetPasswordDataRequest
impl RefUnwindSafe for GetPasswordDataRequest
impl Send for GetPasswordDataRequest
impl Sync for GetPasswordDataRequest
impl Unpin for GetPasswordDataRequest
impl UnwindSafe for GetPasswordDataRequest
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