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