Class: Aws::MedicalImaging::Types::ListDatastoresRequest

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_statusString

The data store status.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1066

class ListDatastoresRequest < Struct.new(
  :datastore_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Valid Range: Minimum value of 1. Maximum value of 50.

Returns:

  • (Integer)


1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1066

class ListDatastoresRequest < Struct.new(
  :datastore_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1066

class ListDatastoresRequest < Struct.new(
  :datastore_status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end