Class: Aws::Omics::Types::ListRunCachesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::RunCacheListItem>

Details about each run cache in the response.

Returns:



4430
4431
4432
4433
4434
4435
# File 'lib/aws-sdk-omics/types.rb', line 4430

class ListRunCachesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4430
4431
4432
4433
4434
4435
# File 'lib/aws-sdk-omics/types.rb', line 4430

class ListRunCachesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end