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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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)


5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5187

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