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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2278
2279
2280
2281
2282
# File 'lib/aws-sdk-transfer/types.rb', line 2278

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