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)


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_timeTime

When the run was created.

Returns:

  • (Time)


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

#idString

The run's ID.

Returns:

  • (String)


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

#nameString

The run's name.

Returns:

  • (String)


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

#priorityInteger

The run's priority.

Returns:

  • (Integer)


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_timeTime

When the run started.

Returns:

  • (Time)


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

#statusString

The run's status.

Returns:

  • (String)


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_timeTime

When the run stopped.

Returns:

  • (Time)


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_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)


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_typeString

The run's storage type.

Returns:

  • (String)


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_idString

The run's workflow ID.

Returns:

  • (String)


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