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