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