Class: Aws::Transfer::Types::DescribeWorkflowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


1837
1838
1839
1840
1841
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1837

class DescribeWorkflowRequest < Struct.new(
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end