Struct aws_sdk_devopsguru::input::DescribeFeedbackInput
source · #[non_exhaustive]pub struct DescribeFeedbackInput { /* private fields */ }
Implementations§
source§impl DescribeFeedbackInput
impl DescribeFeedbackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFeedback, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFeedback, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFeedback
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFeedbackInput
.
source§impl DescribeFeedbackInput
impl DescribeFeedbackInput
sourcepub fn insight_id(&self) -> Option<&str>
pub fn insight_id(&self) -> Option<&str>
The ID of the insight for which the feedback was provided.
Trait Implementations§
source§impl Clone for DescribeFeedbackInput
impl Clone for DescribeFeedbackInput
source§fn clone(&self) -> DescribeFeedbackInput
fn clone(&self) -> DescribeFeedbackInput
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 DescribeFeedbackInput
impl Debug for DescribeFeedbackInput
source§impl PartialEq<DescribeFeedbackInput> for DescribeFeedbackInput
impl PartialEq<DescribeFeedbackInput> for DescribeFeedbackInput
source§fn eq(&self, other: &DescribeFeedbackInput) -> bool
fn eq(&self, other: &DescribeFeedbackInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.