Struct rusoto_swf::WorkflowType [] [src]

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

Represents a workflow type.

Fields

The name of the workflow type.

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

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]

[src]

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

impl Debug for WorkflowType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WorkflowType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for WorkflowType

impl Sync for WorkflowType