Struct aws_sdk_dynamodb::operation::list_contributor_insights::ListContributorInsightsOutput
source · #[non_exhaustive]pub struct ListContributorInsightsOutput { /* private fields */ }
Implementations§
source§impl ListContributorInsightsOutput
impl ListContributorInsightsOutput
sourcepub fn contributor_insights_summaries(
&self
) -> Option<&[ContributorInsightsSummary]>
pub fn contributor_insights_summaries( &self ) -> Option<&[ContributorInsightsSummary]>
A list of ContributorInsightsSummary.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to go to the next page if there is one.
source§impl ListContributorInsightsOutput
impl ListContributorInsightsOutput
sourcepub fn builder() -> ListContributorInsightsOutputBuilder
pub fn builder() -> ListContributorInsightsOutputBuilder
Creates a new builder-style object to manufacture ListContributorInsightsOutput
.
Trait Implementations§
source§impl Clone for ListContributorInsightsOutput
impl Clone for ListContributorInsightsOutput
source§fn clone(&self) -> ListContributorInsightsOutput
fn clone(&self) -> ListContributorInsightsOutput
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 PartialEq<ListContributorInsightsOutput> for ListContributorInsightsOutput
impl PartialEq<ListContributorInsightsOutput> for ListContributorInsightsOutput
source§fn eq(&self, other: &ListContributorInsightsOutput) -> bool
fn eq(&self, other: &ListContributorInsightsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListContributorInsightsOutput
impl RequestId for ListContributorInsightsOutput
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.