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.
5168 5169 5170 5171 5172 5173 |
# File 'lib/aws-sdk-omics/types.rb', line 5168 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.
5168 5169 5170 5171 5172 5173 |
# File 'lib/aws-sdk-omics/types.rb', line 5168 class ListRunCachesRequest < Struct.new( :max_results, :starting_token) SENSITIVE = [] include Aws::Structure end |