Class: Aws::Omics::Types::GetWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export ⇒ Array<String>
The export format for the workflow.
-
#id ⇒ String
The workflow’s ID.
-
#type ⇒ String
The workflow’s type.
-
#workflow_owner_id ⇒ String
The ID of the workflow owner.
Instance Attribute Details
#export ⇒ Array<String>
The export format for the workflow.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-omics/types.rb', line 3333 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow’s ID.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-omics/types.rb', line 3333 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow’s type.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-omics/types.rb', line 3333 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#workflow_owner_id ⇒ String
The ID of the workflow owner.
3333 3334 3335 3336 3337 3338 3339 3340 |
# File 'lib/aws-sdk-omics/types.rb', line 3333 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |