Struct rusoto_swf::WorkflowTypeInfo [] [src]

pub struct WorkflowTypeInfo {
    pub creation_date: f64,
    pub deprecation_date: Option<f64>,
    pub description: Option<String>,
    pub status: String,
    pub workflow_type: WorkflowType,
}

Contains information about a workflow type.

Fields

The date when this type was registered.

If the type is in deprecated state, then it is set to the date when the type was deprecated.

The description of the type registered through RegisterWorkflowType.

The current status of the workflow type.

The workflow type this information is about.

Trait Implementations

impl Default for WorkflowTypeInfo
[src]

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

impl Debug for WorkflowTypeInfo
[src]

Formats the value using the given formatter.

impl Clone for WorkflowTypeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more