Class: Aws::Omics::Types::ListSharesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListSharesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Next token returned in the response of a previous ListSharesResponse call.
-
#shares ⇒ Array<Types::ShareDetails>
The shares available and their metadata details.
Instance Attribute Details
#next_token ⇒ String
Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results.
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 |
#shares ⇒ Array<Types::ShareDetails>
The shares available and their metadata details.
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 |