Class: Aws::Omics::Types::ListRunTasksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunTasksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The run’s ID.
-
#max_results ⇒ Integer
The maximum number of run tasks to return in one page of results.
-
#starting_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#status ⇒ String
Filter the list by status.
Instance Attribute Details
#id ⇒ String
The run’s ID.
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-omics/types.rb', line 4496 class ListRunTasksRequest < Struct.new( :id, :status, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of run tasks to return in one page of results.
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-omics/types.rb', line 4496 class ListRunTasksRequest < Struct.new( :id, :status, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#starting_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-omics/types.rb', line 4496 class ListRunTasksRequest < Struct.new( :id, :status, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Filter the list by status.
4496 4497 4498 4499 4500 4501 4502 4503 |
# File 'lib/aws-sdk-omics/types.rb', line 4496 class ListRunTasksRequest < Struct.new( :id, :status, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |