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)


3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3912

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

#read_setsArray<Types::ReadSetListItem>

A list of read sets.

Returns:



3912
3913
3914
3915
3916
3917
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3912

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