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

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)


1515
1516
1517
1518
1519
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1515

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