Class: Aws::Omics::Types::ListRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of runs to return in one page of results.
-
#name ⇒ String
Filter the list by run name.
-
#run_group_id ⇒ String
Filter the list by run group ID.
-
#starting_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
-
#status ⇒ String
The status of a run.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of runs to return in one page of results.
4545 4546 4547 4548 4549 4550 4551 4552 4553 |
# File 'lib/aws-sdk-omics/types.rb', line 4545 class ListRunsRequest < Struct.new( :name, :run_group_id, :starting_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Filter the list by run name.
4545 4546 4547 4548 4549 4550 4551 4552 4553 |
# File 'lib/aws-sdk-omics/types.rb', line 4545 class ListRunsRequest < Struct.new( :name, :run_group_id, :starting_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#run_group_id ⇒ String
Filter the list by run group ID.
4545 4546 4547 4548 4549 4550 4551 4552 4553 |
# File 'lib/aws-sdk-omics/types.rb', line 4545 class ListRunsRequest < Struct.new( :name, :run_group_id, :starting_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#starting_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
4545 4546 4547 4548 4549 4550 4551 4552 4553 |
# File 'lib/aws-sdk-omics/types.rb', line 4545 class ListRunsRequest < Struct.new( :name, :run_group_id, :starting_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a run.
4545 4546 4547 4548 4549 4550 4551 4552 4553 |
# File 'lib/aws-sdk-omics/types.rb', line 4545 class ListRunsRequest < Struct.new( :name, :run_group_id, :starting_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |