Class: Aws::Omics::Types::ListConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#starting_token ⇒ String
Pagination token for retrieving next page of results.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return.
5540 5541 5542 5543 5544 5545 |
# File 'lib/aws-sdk-omics/types.rb', line 5540 class ListConfigurationsRequest < Struct.new( :max_results, :starting_token) SENSITIVE = [] include Aws::Structure end |
#starting_token ⇒ String
Pagination token for retrieving next page of results.
5540 5541 5542 5543 5544 5545 |
# File 'lib/aws-sdk-omics/types.rb', line 5540 class ListConfigurationsRequest < Struct.new( :max_results, :starting_token) SENSITIVE = [] include Aws::Structure end |