Struct aws_sdk_securityhub::model::ActionTarget
source · #[non_exhaustive]pub struct ActionTarget { /* private fields */ }
Expand description
An ActionTarget
object.
Implementations§
source§impl ActionTarget
impl ActionTarget
source§impl ActionTarget
impl ActionTarget
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionTarget
.
Trait Implementations§
source§impl Clone for ActionTarget
impl Clone for ActionTarget
source§fn clone(&self) -> ActionTarget
fn clone(&self) -> ActionTarget
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 ActionTarget
impl Debug for ActionTarget
source§impl PartialEq<ActionTarget> for ActionTarget
impl PartialEq<ActionTarget> for ActionTarget
source§fn eq(&self, other: &ActionTarget) -> bool
fn eq(&self, other: &ActionTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.