Class: Aws::MedicalImaging::Types::ListImageSetVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ListImageSetVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_id ⇒ String
The data store identifier.
-
#image_set_id ⇒ String
The image set identifier.
-
#max_results ⇒ Integer
The max results count.
-
#next_token ⇒ String
The pagination token used to request the list of image set versions on the next page.
Instance Attribute Details
#datastore_id ⇒ String
The data store identifier.
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_id ⇒ String
The image set identifier.
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_results ⇒ Integer
The max results count.
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_token ⇒ String
The pagination token used to request the list of image set versions on the next page.
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 |