Class: Aws::Omics::Types::ListRunsResponse

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::RunListItem>

A list of runs.



4449
4450
4451
4452
4453
4454
# File 'lib/aws-sdk-omics/types.rb', line 4449

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

#next_tokenString

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



4449
4450
4451
4452
4453
4454
# File 'lib/aws-sdk-omics/types.rb', line 4449

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