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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb

Overview

Contains information about a workflow type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date when this type was registered.

Returns:

  • (Time)


6568
6569
6570
6571
6572
6573
6574
6575
6576
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6568

class WorkflowTypeInfo < Struct.new(
  :workflow_type,
  :status,
  :description,
  :creation_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#deprecation_dateTime

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

Returns:

  • (Time)


6568
6569
6570
6571
6572
6573
6574
6575
6576
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6568

class WorkflowTypeInfo < Struct.new(
  :workflow_type,
  :status,
  :description,
  :creation_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the type registered through RegisterWorkflowType.

Returns:

  • (String)


6568
6569
6570
6571
6572
6573
6574
6575
6576
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6568

class WorkflowTypeInfo < Struct.new(
  :workflow_type,
  :status,
  :description,
  :creation_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the workflow type.

Returns:

  • (String)


6568
6569
6570
6571
6572
6573
6574
6575
6576
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6568

class WorkflowTypeInfo < Struct.new(
  :workflow_type,
  :status,
  :description,
  :creation_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeTypes::WorkflowType

The workflow type this information is about.

Returns:



6568
6569
6570
6571
6572
6573
6574
6575
6576
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6568

class WorkflowTypeInfo < Struct.new(
  :workflow_type,
  :status,
  :description,
  :creation_date,
  :deprecation_date)
  SENSITIVE = []
  include Aws::Structure
end