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:



1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1085

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)


1085
1086
1087
1088
1089
1090
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1085

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