Class: Aws::Omics::Types::DeleteWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The workflow’s ID.
Instance Attribute Details
#id ⇒ String
The workflow’s ID.
1626 1627 1628 1629 1630 |
# File 'lib/aws-sdk-omics/types.rb', line 1626 class DeleteWorkflowRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |