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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



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_tokenString

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

Returns:

  • (String)


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