Class: Aws::Omics::Types::WorkflowListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::WorkflowListItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The workflow's ARN.
-
#creation_time ⇒ Time
When the workflow was created.
-
#digest ⇒ String
The workflow's digest.
-
#id ⇒ String
The workflow's ID.
-
#metadata ⇒ Hash<String,String>
Any metadata available for workflow.
-
#name ⇒ String
The workflow's name.
-
#status ⇒ String
The workflow's status.
-
#type ⇒ String
The workflow's type.
Instance Attribute Details
#arn ⇒ String
The workflow's ARN.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the workflow was created.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#digest ⇒ String
The workflow's digest.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow's ID.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The workflow's name.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow's status.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow's type.
7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7505 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |