Struct rusoto_swf::WorkflowType [] [src]

pub struct WorkflowType {
    pub name: String,
    pub version: String,
}

Represents a workflow type.

Fields

Required. The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

Required. The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

Trait Implementations

impl Default for WorkflowType
[src]

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

impl Debug for WorkflowType
[src]

Formats the value using the given formatter.

impl Clone for WorkflowType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more