pub struct GetCommandInvocationRequest {
pub command_id: String,
pub instance_id: String,
pub plugin_name: Option<String>,
}Fields§
§command_id: String(Required) The parent command ID of the invocation plugin.
instance_id: String(Required) The ID of the managed instance targeted by the command. A managed instance can be an EC2 instance or an instance in your hybrid environment that is configured for Systems Manager.
plugin_name: Option<String>(Optional) The name of the plugin for which you want detailed results. If the document contains only one plugin, the name can be omitted and the details will be returned.
Trait Implementations§
Source§impl Clone for GetCommandInvocationRequest
impl Clone for GetCommandInvocationRequest
Source§fn clone(&self) -> GetCommandInvocationRequest
fn clone(&self) -> GetCommandInvocationRequest
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 GetCommandInvocationRequest
impl Debug for GetCommandInvocationRequest
Source§impl Default for GetCommandInvocationRequest
impl Default for GetCommandInvocationRequest
Source§fn default() -> GetCommandInvocationRequest
fn default() -> GetCommandInvocationRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetCommandInvocationRequest
Auto Trait Implementations§
impl Freeze for GetCommandInvocationRequest
impl RefUnwindSafe for GetCommandInvocationRequest
impl Send for GetCommandInvocationRequest
impl Sync for GetCommandInvocationRequest
impl Unpin for GetCommandInvocationRequest
impl UnwindSafe for GetCommandInvocationRequest
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