Class: Aws::MedicalImaging::Types::ListImageSetVersionsRequest

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_idString

The data store identifier.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1139

class ListImageSetVersionsRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#image_set_idString

The image set identifier.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1139

class ListImageSetVersionsRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The max results count.

Returns:

  • (Integer)


1139
1140
1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1139

class ListImageSetVersionsRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to request the list of image set versions on the next page.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
1145
1146
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1139

class ListImageSetVersionsRequest < Struct.new(
  :datastore_id,
  :image_set_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end