Class: Aws::Omics::Types::CreateWorkflowVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateWorkflowVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the workflow version.
-
#status ⇒ String
The workflow version status.
-
#tags ⇒ Hash<String,String>
The workflow version’s tags.
-
#uuid ⇒ String
The universally unique identifier (UUID) value for this workflow version.
-
#version_name ⇒ String
The workflow version name.
-
#workflow_id ⇒ String
The workflow’s ID.
Instance Attribute Details
#arn ⇒ String
ARN of the workflow version.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class CreateWorkflowVersionResponse < Struct.new( :arn, :workflow_id, :version_name, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow version status.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class CreateWorkflowVersionResponse < Struct.new( :arn, :workflow_id, :version_name, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The workflow version’s tags.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class CreateWorkflowVersionResponse < Struct.new( :arn, :workflow_id, :version_name, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
The universally unique identifier (UUID) value for this workflow version.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class CreateWorkflowVersionResponse < Struct.new( :arn, :workflow_id, :version_name, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The workflow version name.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class CreateWorkflowVersionResponse < Struct.new( :arn, :workflow_id, :version_name, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The workflow’s ID.
1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class CreateWorkflowVersionResponse < Struct.new( :arn, :workflow_id, :version_name, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |