Class: Aws::Omics::Types::WorkflowVersionListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::WorkflowVersionListItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A list of workflow version items.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the workflow version.
-
#creation_time ⇒ Time
The creation time of the workflow version.
-
#description ⇒ String
The description of the workflow version.
-
#digest ⇒ String
The digist of the workflow version.
-
#metadata ⇒ Hash<String,String>
Metadata for the workflow version.
-
#status ⇒ String
The status of the workflow version.
-
#type ⇒ String
The type of the workflow version.
-
#version_name ⇒ String
The name of the workflow version.
-
#workflow_id ⇒ String
The workflow's ID.
Instance Attribute Details
#arn ⇒ String
ARN of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#digest ⇒ String
The digist of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Metadata for the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of the workflow version.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The workflow's ID.
8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8585 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |