[][src]Struct rusoto_securityhub::ThreatIntelIndicator

pub struct ThreatIntelIndicator {
    pub category: Option<String>,
    pub last_observed_at: Option<String>,
    pub source: Option<String>,
    pub source_url: Option<String>,
    pub type_: Option<String>,
    pub value: Option<String>,
}

Details about the threat intelligence related to a finding.

Fields

category: Option<String>

The category of a threat intelligence indicator.

last_observed_at: Option<String>

The date and time when the most recent instance of a threat intelligence indicator was observed.

source: Option<String>

The source of the threat intelligence indicator.

source_url: Option<String>

The URL to the page or site where you can get more information about the threat intelligence indicator.

type_: Option<String>

The type of threat intelligence indicator.

value: Option<String>

The value of a threat intelligence indicator.

Trait Implementations

impl Clone for ThreatIntelIndicator[src]

impl Debug for ThreatIntelIndicator[src]

impl Default for ThreatIntelIndicator[src]

impl<'de> Deserialize<'de> for ThreatIntelIndicator[src]

impl PartialEq<ThreatIntelIndicator> for ThreatIntelIndicator[src]

impl Serialize for ThreatIntelIndicator[src]

impl StructuralPartialEq for ThreatIntelIndicator[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.