Class: Aws::Transfer::Types::ListedWorkflow

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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4568

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

#descriptionString

Specifies the text description for the workflow.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4568

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


4568
4569
4570
4571
4572
4573
4574
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4568

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