Struct rusoto_cloudtrail::Event [] [src]

pub struct Event {
    pub cloud_trail_event: Option<String>,
    pub event_id: Option<String>,
    pub event_name: Option<String>,
    pub event_source: Option<String>,
    pub event_time: Option<f64>,
    pub resources: Option<Vec<Resource>>,
    pub username: Option<String>,
}

Contains information about an event that was returned by a lookup request. The result includes a representation of a CloudTrail event.

Fields

A JSON string that contains a representation of the event returned.

The CloudTrail ID of the event returned.

The name of the event returned.

The AWS service that the request was made to.

The date and time of the event returned.

A list of resources referenced by the event returned.

A user name or role name of the requester that called the API in the event returned.

Trait Implementations

impl Default for Event
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event