Struct aws_sdk_eventbridge::model::RunCommandTarget
source · #[non_exhaustive]pub struct RunCommandTarget { /* private fields */ }Expand description
Information about the EC2 instances that are to be sent the command, specified as key-value pairs. Each RunCommandTarget block can include only one key, but this key may specify multiple values.
Implementations§
source§impl RunCommandTarget
impl RunCommandTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RunCommandTarget.
Trait Implementations§
source§impl Clone for RunCommandTarget
impl Clone for RunCommandTarget
source§fn clone(&self) -> RunCommandTarget
fn clone(&self) -> RunCommandTarget
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 RunCommandTarget
impl Debug for RunCommandTarget
source§impl PartialEq<RunCommandTarget> for RunCommandTarget
impl PartialEq<RunCommandTarget> for RunCommandTarget
source§fn eq(&self, other: &RunCommandTarget) -> bool
fn eq(&self, other: &RunCommandTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.