Struct aws_sdk_swf::input::DescribeWorkflowTypeInput
source · #[non_exhaustive]pub struct DescribeWorkflowTypeInput { /* private fields */ }
Implementations§
source§impl DescribeWorkflowTypeInput
impl DescribeWorkflowTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkflowType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeWorkflowType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeWorkflowType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeWorkflowTypeInput
.
source§impl DescribeWorkflowTypeInput
impl DescribeWorkflowTypeInput
sourcepub fn domain(&self) -> Option<&str>
pub fn domain(&self) -> Option<&str>
The name of the domain in which this workflow type is registered.
sourcepub fn workflow_type(&self) -> Option<&WorkflowType>
pub fn workflow_type(&self) -> Option<&WorkflowType>
The workflow type to describe.
Trait Implementations§
source§impl Clone for DescribeWorkflowTypeInput
impl Clone for DescribeWorkflowTypeInput
source§fn clone(&self) -> DescribeWorkflowTypeInput
fn clone(&self) -> DescribeWorkflowTypeInput
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 DescribeWorkflowTypeInput
impl Debug for DescribeWorkflowTypeInput
source§impl PartialEq<DescribeWorkflowTypeInput> for DescribeWorkflowTypeInput
impl PartialEq<DescribeWorkflowTypeInput> for DescribeWorkflowTypeInput
source§fn eq(&self, other: &DescribeWorkflowTypeInput) -> bool
fn eq(&self, other: &DescribeWorkflowTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.