#[non_exhaustive]pub struct SearchInsightsOutput { /* private fields */ }
Implementations§
source§impl SearchInsightsOutput
impl SearchInsightsOutput
sourcepub fn proactive_insights(&self) -> Option<&[ProactiveInsightSummary]>
pub fn proactive_insights(&self) -> Option<&[ProactiveInsightSummary]>
The returned proactive insights.
sourcepub fn reactive_insights(&self) -> Option<&[ReactiveInsightSummary]>
pub fn reactive_insights(&self) -> Option<&[ReactiveInsightSummary]>
The returned reactive insights.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl SearchInsightsOutput
impl SearchInsightsOutput
sourcepub fn builder() -> SearchInsightsOutputBuilder
pub fn builder() -> SearchInsightsOutputBuilder
Creates a new builder-style object to manufacture SearchInsightsOutput
.
Trait Implementations§
source§impl Clone for SearchInsightsOutput
impl Clone for SearchInsightsOutput
source§fn clone(&self) -> SearchInsightsOutput
fn clone(&self) -> SearchInsightsOutput
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 SearchInsightsOutput
impl Debug for SearchInsightsOutput
source§impl PartialEq<SearchInsightsOutput> for SearchInsightsOutput
impl PartialEq<SearchInsightsOutput> for SearchInsightsOutput
source§fn eq(&self, other: &SearchInsightsOutput) -> bool
fn eq(&self, other: &SearchInsightsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SearchInsightsOutput
impl RequestId for SearchInsightsOutput
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.