Class: Aws::Transfer::Types::DescribedWorkflow

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

Specifies the unique Amazon Resource Name (ARN) for the workflow.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2877

class DescribedWorkflow < Struct.new(
  :arn,
  :description,
  :steps,
  :on_exception_steps,
  :workflow_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Specifies the text description for the workflow.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2877

class DescribedWorkflow < Struct.new(
  :arn,
  :description,
  :steps,
  :on_exception_steps,
  :workflow_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#on_exception_stepsArray<Types::WorkflowStep>

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

Returns:



2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2877

class DescribedWorkflow < Struct.new(
  :arn,
  :description,
  :steps,
  :on_exception_steps,
  :workflow_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::WorkflowStep>

Specifies the details for the steps that are in the specified workflow.

Returns:



2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2877

class DescribedWorkflow < Struct.new(
  :arn,
  :description,
  :steps,
  :on_exception_steps,
  :workflow_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

Returns:



2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2877

class DescribedWorkflow < Struct.new(
  :arn,
  :description,
  :steps,
  :on_exception_steps,
  :workflow_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 2877

class DescribedWorkflow < Struct.new(
  :arn,
  :description,
  :steps,
  :on_exception_steps,
  :workflow_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end