#[non_exhaustive]pub struct DescribeInsightOutput { /* private fields */ }
Implementations§
source§impl DescribeInsightOutput
impl DescribeInsightOutput
sourcepub fn proactive_insight(&self) -> Option<&ProactiveInsight>
pub fn proactive_insight(&self) -> Option<&ProactiveInsight>
A ProactiveInsight
object that represents the requested insight.
sourcepub fn reactive_insight(&self) -> Option<&ReactiveInsight>
pub fn reactive_insight(&self) -> Option<&ReactiveInsight>
A ReactiveInsight
object that represents the requested insight.
source§impl DescribeInsightOutput
impl DescribeInsightOutput
sourcepub fn builder() -> DescribeInsightOutputBuilder
pub fn builder() -> DescribeInsightOutputBuilder
Creates a new builder-style object to manufacture DescribeInsightOutput
.
Trait Implementations§
source§impl Clone for DescribeInsightOutput
impl Clone for DescribeInsightOutput
source§fn clone(&self) -> DescribeInsightOutput
fn clone(&self) -> DescribeInsightOutput
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 DescribeInsightOutput
impl Debug for DescribeInsightOutput
source§impl PartialEq<DescribeInsightOutput> for DescribeInsightOutput
impl PartialEq<DescribeInsightOutput> for DescribeInsightOutput
source§fn eq(&self, other: &DescribeInsightOutput) -> bool
fn eq(&self, other: &DescribeInsightOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeInsightOutput
impl RequestId for DescribeInsightOutput
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.