Class: Aws::Omics::Types::GetWorkflowVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetWorkflowVersionRequest
- 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.
-
#type ⇒ String
The workflow's type.
-
#version_name ⇒ String
The workflow version name.
-
#workflow_id ⇒ String
The workflow's ID.
-
#workflow_owner_id ⇒ String
The 12-digit account ID of the workflow owner.
Instance Attribute Details
#export ⇒ Array<String>
The export format for the workflow.
4771 4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-omics/types.rb', line 4771 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow's type.
4771 4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-omics/types.rb', line 4771 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The workflow version name.
4771 4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-omics/types.rb', line 4771 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The workflow's ID. The workflowId is not the UUID.
4771 4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-omics/types.rb', line 4771 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#workflow_owner_id ⇒ String
The 12-digit account ID of the workflow owner. The workflow owner ID
can be retrieved using the GetShare API operation. If you are the
workflow owner, you do not need to include this ID.
4771 4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-omics/types.rb', line 4771 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |