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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 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.
8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8376 class WorkflowVersionListItem < Struct.new( :arn, :workflow_id, :version_name, :description, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |