Class: Aws::Omics::Types::RunListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunListItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A workflow run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The run's ARN.
-
#creation_time ⇒ Time
When the run was created.
-
#id ⇒ String
The run's ID.
-
#name ⇒ String
The run's name.
-
#priority ⇒ Integer
The run's priority.
-
#start_time ⇒ Time
When the run started.
-
#status ⇒ String
The run's status.
-
#stop_time ⇒ Time
When the run stopped.
-
#storage_capacity ⇒ Integer
The run's storage capacity in gibibytes.
-
#storage_type ⇒ String
The run's storage type.
-
#workflow_id ⇒ String
The run's workflow ID.
Instance Attribute Details
#arn ⇒ String
The run's ARN.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the run was created.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run's ID.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The run's name.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The run's priority.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
When the run started.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run's status.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
When the run stopped.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_capacity ⇒ Integer
The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The run's storage type.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The run's workflow ID.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215 class RunListItem < Struct.new( :arn, :id, :status, :workflow_id, :name, :priority, :storage_capacity, :creation_time, :start_time, :stop_time, :storage_type) SENSITIVE = [] include Aws::Structure end |