Class: Aws::SWF::Types::WorkflowTypeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::WorkflowTypeInfo
- 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
-
#creation_date ⇒ Time
The date when this type was registered.
-
#deprecation_date ⇒ Time
If the type is in deprecated state, then it is set to the date when the type was deprecated.
-
#description ⇒ String
The description of the type registered through RegisterWorkflowType.
-
#status ⇒ String
The current status of the workflow type.
-
#workflow_type ⇒ Types::WorkflowType
The workflow type this information is about.
Instance Attribute Details
#creation_date ⇒ Time
The date when this type was registered.
6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6609 class WorkflowTypeInfo < Struct.new( :workflow_type, :status, :description, :creation_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#deprecation_date ⇒ Time
If the type is in deprecated state, then it is set to the date when the type was deprecated.
6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6609 class WorkflowTypeInfo < Struct.new( :workflow_type, :status, :description, :creation_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the type registered through RegisterWorkflowType.
6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6609 class WorkflowTypeInfo < Struct.new( :workflow_type, :status, :description, :creation_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the workflow type.
6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6609 class WorkflowTypeInfo < Struct.new( :workflow_type, :status, :description, :creation_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The workflow type this information is about.
6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6609 class WorkflowTypeInfo < Struct.new( :workflow_type, :status, :description, :creation_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |