Class: Aws::Omics::Types::ListSharesResponse

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

#next_tokenString

Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-omics/types.rb', line 4293

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

#sharesArray<Types::ShareDetails>

The shares available and their metadata details.

Returns:



4293
4294
4295
4296
4297
4298
# File 'lib/aws-sdk-omics/types.rb', line 4293

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