Class: Aws::Transfer::Types::DescribedWorkflow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribedWorkflow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Describes the properties of the specified workflow
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) for the workflow.
-
#description ⇒ String
Specifies the text description for the workflow.
-
#on_exception_steps ⇒ Array<Types::WorkflowStep>
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
-
#steps ⇒ Array<Types::WorkflowStep>
Specifies the details for the steps that are in the specified workflow.
-
#tags ⇒ Array<Types::Tag>
Key-value pairs that can be used to group and search for workflows.
-
#workflow_id ⇒ String
A unique identifier for the workflow.
Instance Attribute Details
#arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) for the workflow.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 |
# File 'lib/aws-sdk-transfer/types.rb', line 2924 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Specifies the text description for the workflow.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 |
# File 'lib/aws-sdk-transfer/types.rb', line 2924 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |
#on_exception_steps ⇒ Array<Types::WorkflowStep>
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 |
# File 'lib/aws-sdk-transfer/types.rb', line 2924 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::WorkflowStep>
Specifies the details for the steps that are in the specified workflow.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 |
# File 'lib/aws-sdk-transfer/types.rb', line 2924 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 |
# File 'lib/aws-sdk-transfer/types.rb', line 2924 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 |
# File 'lib/aws-sdk-transfer/types.rb', line 2924 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |