Class: Aws::Omics::Types::ListBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListBatchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_items ⇒ Integer
The maximum number of batches to return.
-
#name ⇒ String
Filter batches by name.
-
#run_group_id ⇒ String
Filter batches by run group ID.
-
#starting_token ⇒ String
A pagination token returned from a prior
ListBatchcall. -
#status ⇒ String
Filter batches by status.
Instance Attribute Details
#max_items ⇒ Integer
The maximum number of batches to return. If not specified, defaults to 100.
5402 5403 5404 5405 5406 5407 5408 5409 5410 |
# File 'lib/aws-sdk-omics/types.rb', line 5402 class ListBatchRequest < Struct.new( :max_items, :starting_token, :status, :name, :run_group_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Filter batches by name.
5402 5403 5404 5405 5406 5407 5408 5409 5410 |
# File 'lib/aws-sdk-omics/types.rb', line 5402 class ListBatchRequest < Struct.new( :max_items, :starting_token, :status, :name, :run_group_id) SENSITIVE = [] include Aws::Structure end |
#run_group_id ⇒ String
Filter batches by run group ID.
5402 5403 5404 5405 5406 5407 5408 5409 5410 |
# File 'lib/aws-sdk-omics/types.rb', line 5402 class ListBatchRequest < Struct.new( :max_items, :starting_token, :status, :name, :run_group_id) SENSITIVE = [] include Aws::Structure end |
#starting_token ⇒ String
A pagination token returned from a prior ListBatch call.
5402 5403 5404 5405 5406 5407 5408 5409 5410 |
# File 'lib/aws-sdk-omics/types.rb', line 5402 class ListBatchRequest < Struct.new( :max_items, :starting_token, :status, :name, :run_group_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Filter batches by status.
5402 5403 5404 5405 5406 5407 5408 5409 5410 |
# File 'lib/aws-sdk-omics/types.rb', line 5402 class ListBatchRequest < Struct.new( :max_items, :starting_token, :status, :name, :run_group_id) SENSITIVE = [] include Aws::Structure end |