Class: Aws::Omics::Types::ListSharesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListSharesResponse
- Defined in:
- gems/aws-sdk-omics/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.
4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4293 class ListSharesResponse < Struct.new( :shares, :next_token) SENSITIVE = [] include Aws::Structure end |
#shares ⇒ Array<Types::ShareDetails>
The shares available and their metadata details.
4293 4294 4295 4296 4297 4298 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4293 class ListSharesResponse < Struct.new( :shares, :next_token) SENSITIVE = [] include Aws::Structure end |