Class: Aws::Transfer::Types::ListedWorkflow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedWorkflow
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Contains the identifier, text description, and Amazon Resource Name (ARN) for the 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.
-
#workflow_id ⇒ String
A unique identifier for the workflow.
Instance Attribute Details
#arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) for the workflow.
4741 4742 4743 4744 4745 4746 4747 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4741 class ListedWorkflow < Struct.new( :workflow_id, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Specifies the text description for the workflow.
4741 4742 4743 4744 4745 4746 4747 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4741 class ListedWorkflow < Struct.new( :workflow_id, :description, :arn) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
4741 4742 4743 4744 4745 4746 4747 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4741 class ListedWorkflow < Struct.new( :workflow_id, :description, :arn) SENSITIVE = [] include Aws::Structure end |