#[non_exhaustive]pub struct DeleteFlowDefinitionInput { /* private fields */ }
Implementations§
source§impl DeleteFlowDefinitionInput
impl DeleteFlowDefinitionInput
sourcepub fn flow_definition_name(&self) -> Option<&str>
pub fn flow_definition_name(&self) -> Option<&str>
The name of the flow definition you are deleting.
source§impl DeleteFlowDefinitionInput
impl DeleteFlowDefinitionInput
sourcepub fn builder() -> DeleteFlowDefinitionInputBuilder
pub fn builder() -> DeleteFlowDefinitionInputBuilder
Creates a new builder-style object to manufacture DeleteFlowDefinitionInput
.
source§impl DeleteFlowDefinitionInput
impl DeleteFlowDefinitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFlowDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteFlowDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFlowDefinition
>
Trait Implementations§
source§impl Clone for DeleteFlowDefinitionInput
impl Clone for DeleteFlowDefinitionInput
source§fn clone(&self) -> DeleteFlowDefinitionInput
fn clone(&self) -> DeleteFlowDefinitionInput
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 DeleteFlowDefinitionInput
impl Debug for DeleteFlowDefinitionInput
source§impl PartialEq<DeleteFlowDefinitionInput> for DeleteFlowDefinitionInput
impl PartialEq<DeleteFlowDefinitionInput> for DeleteFlowDefinitionInput
source§fn eq(&self, other: &DeleteFlowDefinitionInput) -> bool
fn eq(&self, other: &DeleteFlowDefinitionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.