[][src]Struct rusoto_guardduty::Service

pub struct Service {
    pub action: Option<Action>,
    pub archived: Option<bool>,
    pub count: Option<i64>,
    pub detector_id: Option<String>,
    pub event_first_seen: Option<String>,
    pub event_last_seen: Option<String>,
    pub resource_role: Option<String>,
    pub service_name: Option<String>,
    pub user_feedback: Option<String>,
}

Additional information assigned to the generated finding by GuardDuty.

Fields

action: Option<Action>

Information about the activity described in a finding.

archived: Option<bool>

Indicates whether this finding is archived.

count: Option<i64>

Total count of the occurrences of this finding type.

detector_id: Option<String>

Detector ID for the GuardDuty service.

event_first_seen: Option<String>

First seen timestamp of the activity that prompted GuardDuty to generate this finding.

event_last_seen: Option<String>

Last seen timestamp of the activity that prompted GuardDuty to generate this finding.

resource_role: Option<String>

Resource role information for this finding.

service_name: Option<String>

The name of the AWS service (GuardDuty) that generated a finding.

user_feedback: Option<String>

Feedback left about the finding.

Trait Implementations

impl PartialEq<Service> for Service[src]

impl Default for Service[src]

impl Clone for Service[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Service[src]

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

Auto Trait Implementations

impl Send for Service

impl Sync for Service

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self