#[non_exhaustive]pub struct DescribeEvaluationsOutput { /* private fields */ }
Expand description
Represents the query results from a DescribeEvaluations
operation. The content is essentially a list of Evaluation
.
Implementations§
source§impl DescribeEvaluationsOutput
impl DescribeEvaluationsOutput
sourcepub fn results(&self) -> Option<&[Evaluation]>
pub fn results(&self) -> Option<&[Evaluation]>
A list of Evaluation
that meet the search criteria.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The ID of the next page in the paginated results that indicates at least one more page follows.
source§impl DescribeEvaluationsOutput
impl DescribeEvaluationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEvaluationsOutput
.
Trait Implementations§
source§impl Clone for DescribeEvaluationsOutput
impl Clone for DescribeEvaluationsOutput
source§fn clone(&self) -> DescribeEvaluationsOutput
fn clone(&self) -> DescribeEvaluationsOutput
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 DescribeEvaluationsOutput
impl Debug for DescribeEvaluationsOutput
source§impl PartialEq<DescribeEvaluationsOutput> for DescribeEvaluationsOutput
impl PartialEq<DescribeEvaluationsOutput> for DescribeEvaluationsOutput
source§fn eq(&self, other: &DescribeEvaluationsOutput) -> bool
fn eq(&self, other: &DescribeEvaluationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.