Struct rusoto_swf::DeprecateWorkflowTypeInput [] [src]

pub struct DeprecateWorkflowTypeInput {
    pub domain: String,
    pub workflow_type: WorkflowType,
}

Fields

The name of the domain in which the workflow type is registered.

The workflow type to deprecate.

Trait Implementations

impl Default for DeprecateWorkflowTypeInput
[src]

Returns the "default value" for a type. Read more

impl Debug for DeprecateWorkflowTypeInput
[src]

Formats the value using the given formatter.

impl Clone for DeprecateWorkflowTypeInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more