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)


7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-omics/types.rb', line 7183

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

#idString

The workflow’s ID.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-omics/types.rb', line 7183

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

#nameString

A name for the workflow.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
# File 'lib/aws-sdk-omics/types.rb', line 7183

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