Class: Aws::Omics::Types::ListBatchRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_itemsInteger

The maximum number of batches to return. If not specified, defaults to 100.

Returns:

  • (Integer)


5502
5503
5504
5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-omics/types.rb', line 5502

class ListBatchRequest < Struct.new(
  :max_items,
  :starting_token,
  :status,
  :name,
  :run_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Filter batches by name.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-omics/types.rb', line 5502

class ListBatchRequest < Struct.new(
  :max_items,
  :starting_token,
  :status,
  :name,
  :run_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#run_group_idString

Filter batches by run group ID.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-omics/types.rb', line 5502

class ListBatchRequest < Struct.new(
  :max_items,
  :starting_token,
  :status,
  :name,
  :run_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#starting_tokenString

A pagination token returned from a prior ListBatch call.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-omics/types.rb', line 5502

class ListBatchRequest < Struct.new(
  :max_items,
  :starting_token,
  :status,
  :name,
  :run_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filter batches by status.

Returns:

  • (String)


5502
5503
5504
5505
5506
5507
5508
5509
5510
# File 'lib/aws-sdk-omics/types.rb', line 5502

class ListBatchRequest < Struct.new(
  :max_items,
  :starting_token,
  :status,
  :name,
  :run_group_id)
  SENSITIVE = []
  include Aws::Structure
end