#[non_exhaustive]pub struct DescribeFeedbackOutput { /* private fields */ }
Implementations§
source§impl DescribeFeedbackOutput
impl DescribeFeedbackOutput
sourcepub fn insight_feedback(&self) -> Option<&InsightFeedback>
pub fn insight_feedback(&self) -> Option<&InsightFeedback>
Information about insight feedback received from a customer.
source§impl DescribeFeedbackOutput
impl DescribeFeedbackOutput
sourcepub fn builder() -> DescribeFeedbackOutputBuilder
pub fn builder() -> DescribeFeedbackOutputBuilder
Creates a new builder-style object to manufacture DescribeFeedbackOutput
.
Trait Implementations§
source§impl Clone for DescribeFeedbackOutput
impl Clone for DescribeFeedbackOutput
source§fn clone(&self) -> DescribeFeedbackOutput
fn clone(&self) -> DescribeFeedbackOutput
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 DescribeFeedbackOutput
impl Debug for DescribeFeedbackOutput
source§impl PartialEq<DescribeFeedbackOutput> for DescribeFeedbackOutput
impl PartialEq<DescribeFeedbackOutput> for DescribeFeedbackOutput
source§fn eq(&self, other: &DescribeFeedbackOutput) -> bool
fn eq(&self, other: &DescribeFeedbackOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeFeedbackOutput
impl RequestId for DescribeFeedbackOutput
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.