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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-transfer/types.rb', line 2958 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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-transfer/types.rb', line 2958 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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-transfer/types.rb', line 2958 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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-transfer/types.rb', line 2958 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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-transfer/types.rb', line 2958 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.
2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 |
# File 'lib/aws-sdk-transfer/types.rb', line 2958 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |