Class: Aws::Omics::Types::DeleteWorkflowVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#version_nameString

The workflow version name.

Returns:

  • (String)


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_idString

The workflow’s ID.

Returns:

  • (String)


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