Class: Aws::Omics::Types::ListRunCachesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunCachesRequest
- 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 results to return.
-
#starting_token ⇒ String
Optional pagination token returned from a prior call to the ‘ListRunCaches` API operation.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-omics/types.rb', line 4411 class ListRunCachesRequest < Struct.new( :max_results, :starting_token) SENSITIVE = [] include Aws::Structure end |
#starting_token ⇒ String
Optional pagination token returned from a prior call to the ‘ListRunCaches` API operation.
4411 4412 4413 4414 4415 4416 |
# File 'lib/aws-sdk-omics/types.rb', line 4411 class ListRunCachesRequest < Struct.new( :max_results, :starting_token) SENSITIVE = [] include Aws::Structure end |