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.
4752 4753 4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-omics/types.rb', line 4752 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow's type.
4752 4753 4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-omics/types.rb', line 4752 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.
4752 4753 4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-omics/types.rb', line 4752 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.
4752 4753 4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-omics/types.rb', line 4752 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.
4752 4753 4754 4755 4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-omics/types.rb', line 4752 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |