Class: Aws::Omics::Types::DeleteWorkflowVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteWorkflowVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version_name ⇒ String
The workflow version name.
-
#workflow_id ⇒ String
The workflow’s ID.
Instance Attribute Details
#version_name ⇒ String
The workflow version name.
2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2108 class DeleteWorkflowVersionRequest < Struct.new( :workflow_id, :version_name) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The workflow’s ID.
2108 2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-omics/types.rb', line 2108 class DeleteWorkflowVersionRequest < Struct.new( :workflow_id, :version_name) SENSITIVE = [] include Aws::Structure end |