Class: Aws::Transfer::Types::CreateWorkflowResponse

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)


1206
1207
1208
1209
1210
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1206

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