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

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_idString

The data store identifier.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1111

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)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1111

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)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1111

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)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1111

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