Class: Aws::Omics::Types::ListRunCachesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunCachesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::RunCacheListItem>
Details about each run cache in the response.
-
#next_token ⇒ String
Pagination token to retrieve additional run caches.
Instance Attribute Details
#items ⇒ Array<Types::RunCacheListItem>
Details about each run cache in the response.
5187 5188 5189 5190 5191 5192 |
# File 'lib/aws-sdk-omics/types.rb', line 5187 class ListRunCachesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token to retrieve additional run caches. If the response does not have a ‘nextToken`value, you have reached to the end of the list.
5187 5188 5189 5190 5191 5192 |
# File 'lib/aws-sdk-omics/types.rb', line 5187 class ListRunCachesResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |