You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::WorkflowTypeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a workflow type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date when this type was registered.

Returns:

  • (Time)

    The date when this type was registered.

#deprecation_dateTime

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

Returns:

  • (Time)

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

#descriptionString

The description of the type registered through RegisterWorkflowType.

Returns:

#statusString

The current status of the workflow type.

Possible values:

  • REGISTERED
  • DEPRECATED

Returns:

  • (String)

    The current status of the workflow type.

#workflow_typeTypes::WorkflowType

The workflow type this information is about.

Returns: