#[non_exhaustive]pub struct DescribeEventsOutput {
pub marker: Option<String>,
pub events: Option<Vec<Event>>,
/* private fields */
}
Expand description
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.marker: Option<String>
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
events: Option<Vec<Event>>
A list of Event
instances.
Implementations§
source§impl DescribeEventsOutput
impl DescribeEventsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
source§impl DescribeEventsOutput
impl DescribeEventsOutput
sourcepub fn builder() -> DescribeEventsOutputBuilder
pub fn builder() -> DescribeEventsOutputBuilder
Creates a new builder-style object to manufacture DescribeEventsOutput
.
Trait Implementations§
source§impl Clone for DescribeEventsOutput
impl Clone for DescribeEventsOutput
source§fn clone(&self) -> DescribeEventsOutput
fn clone(&self) -> DescribeEventsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeEventsOutput
impl Debug for DescribeEventsOutput
source§impl PartialEq for DescribeEventsOutput
impl PartialEq for DescribeEventsOutput
source§fn eq(&self, other: &DescribeEventsOutput) -> bool
fn eq(&self, other: &DescribeEventsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeEventsOutput
impl RequestId for DescribeEventsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.