Class: Aws::Transfer::Types::DescribedWorkflow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribedWorkflow
- Defined in:
- gems/aws-sdk-transfer/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.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3215 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.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3215 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.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3215 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.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3215 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.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3215 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.
3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3215 class DescribedWorkflow < Struct.new( :arn, :description, :steps, :on_exception_steps, :workflow_id, :tags) SENSITIVE = [] include Aws::Structure end |