Class: Aws::Transfer::Types::CreateWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateWorkflowResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workflow_id ⇒ String
A unique identifier for the workflow.
Instance Attribute Details
#workflow_id ⇒ String
A unique identifier for the workflow.
1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1283 class CreateWorkflowResponse < Struct.new( :workflow_id) SENSITIVE = [] include Aws::Structure end |