Class: Aws::Omics::Types::RunListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

A workflow run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The run’s ARN.

Returns:

  • (String)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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_timeTime

When the run was created.

Returns:

  • (Time)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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

#idString

The run’s ID.

Returns:

  • (String)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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

#nameString

The run’s name.

Returns:

  • (String)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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

#priorityInteger

The run’s priority.

Returns:

  • (Integer)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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_timeTime

When the run started.

Returns:

  • (Time)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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

#statusString

The run’s status.

Returns:

  • (String)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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_timeTime

When the run stopped.

Returns:

  • (Time)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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_capacityInteger

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.

Returns:

  • (Integer)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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_typeString

The run’s storage type.

Returns:

  • (String)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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_idString

The run’s workflow ID.

Returns:

  • (String)


5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
# File 'lib/aws-sdk-omics/types.rb', line 5659

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