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)


4653
4654
4655
4656
4657
4658
# File 'lib/aws-sdk-omics/types.rb', line 4653

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

#sharesArray<Types::ShareDetails>

The shares available and their metadata details.

Returns:



4653
4654
4655
4656
4657
4658
# File 'lib/aws-sdk-omics/types.rb', line 4653

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