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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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:



4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4774

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 nextTokenvalue, you have reached to the end of the list.

Returns:

  • (String)


4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4774

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