Class: Aws::Omics::Types::BatchListItem

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

Overview

A summary of a batch returned by ListBatch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the batch was created.

Returns:

  • (Time)


437
438
439
440
441
442
443
444
445
446
# File 'lib/aws-sdk-omics/types.rb', line 437

class BatchListItem < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :total_runs,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The batch identifier.

Returns:

  • (String)


437
438
439
440
441
442
443
444
445
446
# File 'lib/aws-sdk-omics/types.rb', line 437

class BatchListItem < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :total_runs,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The batch name.

Returns:

  • (String)


437
438
439
440
441
442
443
444
445
446
# File 'lib/aws-sdk-omics/types.rb', line 437

class BatchListItem < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :total_runs,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current batch status.

Returns:

  • (String)


437
438
439
440
441
442
443
444
445
446
# File 'lib/aws-sdk-omics/types.rb', line 437

class BatchListItem < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :total_runs,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#total_runsInteger

The total number of runs in the batch.

Returns:

  • (Integer)


437
438
439
440
441
442
443
444
445
446
# File 'lib/aws-sdk-omics/types.rb', line 437

class BatchListItem < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :total_runs,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The identifier of the workflow used for the batch.

Returns:

  • (String)


437
438
439
440
441
442
443
444
445
446
# File 'lib/aws-sdk-omics/types.rb', line 437

class BatchListItem < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :total_runs,
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end