Struct aws_sdk_codecatalyst::output::ListEventLogsOutput
source · #[non_exhaustive]pub struct ListEventLogsOutput { /* private fields */ }
Implementations§
source§impl ListEventLogsOutput
impl ListEventLogsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from a call to this API to indicate the next batch of results to return, if any.
sourcepub fn items(&self) -> Option<&[EventLogEntry]>
pub fn items(&self) -> Option<&[EventLogEntry]>
Information about each event retrieved in the list.
source§impl ListEventLogsOutput
impl ListEventLogsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventLogsOutput
.
Trait Implementations§
source§impl Clone for ListEventLogsOutput
impl Clone for ListEventLogsOutput
source§fn clone(&self) -> ListEventLogsOutput
fn clone(&self) -> ListEventLogsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListEventLogsOutput
impl Debug for ListEventLogsOutput
source§impl PartialEq<ListEventLogsOutput> for ListEventLogsOutput
impl PartialEq<ListEventLogsOutput> for ListEventLogsOutput
source§fn eq(&self, other: &ListEventLogsOutput) -> bool
fn eq(&self, other: &ListEventLogsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.