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

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

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

Returns:

  • (String)


4265
4266
4267
4268
4269
4270
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4265

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

#sharesArray<Types::ShareDetails>

The shares available and their metadata details.

Returns:



4265
4266
4267
4268
4269
4270
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4265

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