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.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 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.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#digest ⇒ String
The workflow's digest.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow's ID.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 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.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The workflow's name.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow's status.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The workflow's type.
8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8513 class WorkflowListItem < Struct.new( :arn, :id, :name, :status, :type, :digest, :creation_time, :metadata) SENSITIVE = [] include Aws::Structure end |