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.
4111 4112 4113 4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-omics/types.rb', line 4111 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow’s type.
4111 4112 4113 4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-omics/types.rb', line 4111 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.
4111 4112 4113 4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-omics/types.rb', line 4111 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.
4111 4112 4113 4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-omics/types.rb', line 4111 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.
4111 4112 4113 4114 4115 4116 4117 4118 4119 |
# File 'lib/aws-sdk-omics/types.rb', line 4111 class GetWorkflowVersionRequest < Struct.new( :workflow_id, :version_name, :type, :export, :workflow_owner_id) SENSITIVE = [] include Aws::Structure end |