Struct aws_sdk_ssm::operation::cancel_command::CancelCommandInput
source · #[non_exhaustive]pub struct CancelCommandInput { /* private fields */ }Expand description
Implementations§
source§impl CancelCommandInput
impl CancelCommandInput
sourcepub fn command_id(&self) -> Option<&str>
pub fn command_id(&self) -> Option<&str>
The ID of the command you want to cancel.
sourcepub fn instance_ids(&self) -> Option<&[String]>
pub fn instance_ids(&self) -> Option<&[String]>
(Optional) A list of managed node IDs on which you want to cancel the command. If not provided, the command is canceled on every node on which it was requested.
source§impl CancelCommandInput
impl CancelCommandInput
sourcepub fn builder() -> CancelCommandInputBuilder
pub fn builder() -> CancelCommandInputBuilder
Creates a new builder-style object to manufacture CancelCommandInput.
source§impl CancelCommandInput
impl CancelCommandInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelCommand, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CancelCommand, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelCommand>
Trait Implementations§
source§impl Clone for CancelCommandInput
impl Clone for CancelCommandInput
source§fn clone(&self) -> CancelCommandInput
fn clone(&self) -> CancelCommandInput
Returns a copy 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 CancelCommandInput
impl Debug for CancelCommandInput
source§impl PartialEq<CancelCommandInput> for CancelCommandInput
impl PartialEq<CancelCommandInput> for CancelCommandInput
source§fn eq(&self, other: &CancelCommandInput) -> bool
fn eq(&self, other: &CancelCommandInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.