Class: Aws::Omics::Types::UpdateWorkflowRequest

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

#descriptionString

A description for the workflow.

Returns:

  • (String)


6497
6498
6499
6500
6501
6502
6503
# File 'lib/aws-sdk-omics/types.rb', line 6497

class UpdateWorkflowRequest < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The workflow’s ID.

Returns:

  • (String)


6497
6498
6499
6500
6501
6502
6503
# File 'lib/aws-sdk-omics/types.rb', line 6497

class UpdateWorkflowRequest < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the workflow.

Returns:

  • (String)


6497
6498
6499
6500
6501
6502
6503
# File 'lib/aws-sdk-omics/types.rb', line 6497

class UpdateWorkflowRequest < Struct.new(
  :id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end