Class: Aws::Omics::Types::ListRunGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunGroupsRequest
- 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 run groups to return in one page of results.
-
#name ⇒ String
The run groups’ name.
-
#starting_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of run groups to return in one page of results.
4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-omics/types.rb', line 4452 class ListRunGroupsRequest < Struct.new( :name, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The run groups’ name.
4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-omics/types.rb', line 4452 class ListRunGroupsRequest < Struct.new( :name, :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.
4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-omics/types.rb', line 4452 class ListRunGroupsRequest < Struct.new( :name, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |