Struct rusoto_logs::GetLogEventsResponse [] [src]

pub struct GetLogEventsResponse {
    pub events: Option<Vec<OutputLogEvent>>,
    pub next_backward_token: Option<String>,
    pub next_forward_token: Option<String>,
}

Fields

The events.

The token for the next set of items in the backward direction. The token expires after 24 hours.

The token for the next set of items in the forward direction. The token expires after 24 hours.

Trait Implementations

impl Default for GetLogEventsResponse
[src]

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

impl Debug for GetLogEventsResponse
[src]

Formats the value using the given formatter.

impl Clone for GetLogEventsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more