Struct rusoto_gamelift::Event [] [src]

pub struct Event {
    pub event_code: Option<EventCode>,
    pub event_id: Option<NonZeroAndMaxString>,
    pub event_time: Option<Timestamp>,
    pub message: Option<NonEmptyString>,
    pub resource_id: Option<NonZeroAndMaxString>,
}

Log entry describing an event involving Amazon GameLift resources (such as a fleet). In addition to tracking activity, event codes and messages can provide additional information for troubleshooting and debugging problems.

Fields

Type of event being logged.

Unique identifier for a fleet event.

Time stamp indicating when this event occurred. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

Additional information related to the event.

Unique identifier for an event resource, such as a fleet ID.

Trait Implementations

impl Default for Event
[src]

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

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more