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