Class: Aws::MedicalImaging::Types::ListDatastoresResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ListDatastoresResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_summaries ⇒ Array<Types::DatastoreSummary>
The list of summaries of data stores.
-
#next_token ⇒ String
The pagination token used to retrieve the list of data stores on the next page.
Instance Attribute Details
#datastore_summaries ⇒ Array<Types::DatastoreSummary>
The list of summaries of data stores.
1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1113 class ListDatastoresResponse < Struct.new( :datastore_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the list of data stores on the next page.
1113 1114 1115 1116 1117 1118 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1113 class ListDatastoresResponse < Struct.new( :datastore_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |