Class: Aws::Omics::Types::ListReadSetsResponse

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

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


4607
4608
4609
4610
4611
4612
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4607

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

#read_setsArray<Types::ReadSetListItem>

A list of read sets.

Returns:



4607
4608
4609
4610
4611
4612
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4607

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