Struct aws_sdk_securityhub::model::ThreatIntelIndicator
source · #[non_exhaustive]pub struct ThreatIntelIndicator { /* private fields */ }
Expand description
Details about the threat intelligence related to a finding.
Implementations§
source§impl ThreatIntelIndicator
impl ThreatIntelIndicator
sourcepub fn type(&self) -> Option<&ThreatIntelIndicatorType>
pub fn type(&self) -> Option<&ThreatIntelIndicatorType>
The type of threat intelligence indicator.
sourcepub fn category(&self) -> Option<&ThreatIntelIndicatorCategory>
pub fn category(&self) -> Option<&ThreatIntelIndicatorCategory>
The category of a threat intelligence indicator.
sourcepub fn last_observed_at(&self) -> Option<&str>
pub fn last_observed_at(&self) -> Option<&str>
Indicates when the most recent instance of a threat intelligence indicator was observed.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn source_url(&self) -> Option<&str>
pub fn source_url(&self) -> Option<&str>
The URL to the page or site where you can get more information about the threat intelligence indicator.
source§impl ThreatIntelIndicator
impl ThreatIntelIndicator
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThreatIntelIndicator
.
Trait Implementations§
source§impl Clone for ThreatIntelIndicator
impl Clone for ThreatIntelIndicator
source§fn clone(&self) -> ThreatIntelIndicator
fn clone(&self) -> ThreatIntelIndicator
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 ThreatIntelIndicator
impl Debug for ThreatIntelIndicator
source§impl PartialEq<ThreatIntelIndicator> for ThreatIntelIndicator
impl PartialEq<ThreatIntelIndicator> for ThreatIntelIndicator
source§fn eq(&self, other: &ThreatIntelIndicator) -> bool
fn eq(&self, other: &ThreatIntelIndicator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.