Class: Aws::MedicalImaging::Types::ListDatastoresResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_summariesArray<Types::DatastoreSummary>

The list of summaries of data stores.

Returns:



1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1311

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

#next_tokenString

The pagination token used to retrieve the list of data stores on the next page.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1311

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