#[non_exhaustive]pub struct ListContextsOutput { /* private fields */ }
Implementations§
source§impl ListContextsOutput
impl ListContextsOutput
sourcepub fn context_summaries(&self) -> Option<&[ContextSummary]>
pub fn context_summaries(&self) -> Option<&[ContextSummary]>
A list of contexts and their properties.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of contexts, if there are any.
source§impl ListContextsOutput
impl ListContextsOutput
sourcepub fn builder() -> ListContextsOutputBuilder
pub fn builder() -> ListContextsOutputBuilder
Creates a new builder-style object to manufacture ListContextsOutput
.
Trait Implementations§
source§impl Clone for ListContextsOutput
impl Clone for ListContextsOutput
source§fn clone(&self) -> ListContextsOutput
fn clone(&self) -> ListContextsOutput
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 ListContextsOutput
impl Debug for ListContextsOutput
source§impl PartialEq<ListContextsOutput> for ListContextsOutput
impl PartialEq<ListContextsOutput> for ListContextsOutput
source§fn eq(&self, other: &ListContextsOutput) -> bool
fn eq(&self, other: &ListContextsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListContextsOutput
impl RequestId for ListContextsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.