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.
3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'lib/aws-sdk-omics/types.rb', line 3449 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow’s ID.
3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'lib/aws-sdk-omics/types.rb', line 3449 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow’s type.
3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'lib/aws-sdk-omics/types.rb', line 3449 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.
3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'lib/aws-sdk-omics/types.rb', line 3449 class GetWorkflowRequest < Struct.new( :id, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |