Class: Aws::Transfer::Types::DeleteWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteWorkflowRequest
- Includes:
- Structure
- Defined in:
- 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.
1549 1550 1551 1552 1553 |
# File 'lib/aws-sdk-transfer/types.rb', line 1549 class DeleteWorkflowRequest < Struct.new( :workflow_id) SENSITIVE = [] include Aws::Structure end |