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)


2523
2524
2525
2526
2527
2528
# File 'lib/aws-sdk-omics/types.rb', line 2523

class DeleteWorkflowVersionRequest < Struct.new(
  :workflow_id,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The workflow’s ID.

Returns:

  • (String)


2523
2524
2525
2526
2527
2528
# File 'lib/aws-sdk-omics/types.rb', line 2523

class DeleteWorkflowVersionRequest < Struct.new(
  :workflow_id,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end