Class: Aws::Omics::Types::UpdateWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the workflow.
-
#id ⇒ String
The workflow’s ID.
-
#name ⇒ String
A name for the workflow.
Instance Attribute Details
#description ⇒ String
A description for the workflow.
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 |
#id ⇒ String
The workflow’s ID.
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 |
#name ⇒ String
A name for the workflow.
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 |