Struct aws_sdk_eventbridge::types::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() -> RunCommandTargetBuilder
pub fn builder() -> RunCommandTargetBuilder
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 ==
.impl StructuralPartialEq for RunCommandTarget
Auto Trait Implementations§
impl RefUnwindSafe for RunCommandTarget
impl Send for RunCommandTarget
impl Sync for RunCommandTarget
impl Unpin for RunCommandTarget
impl UnwindSafe for RunCommandTarget
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