Class: Aws::Transfer::Types::DeleteWorkflowRequest

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)


1731
1732
1733
1734
1735
# File 'lib/aws-sdk-transfer/types.rb', line 1731

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