Class: Aws::MedicalImaging::Types::ListImageSetVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ListImageSetVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_set_properties_list ⇒ Array<Types::ImageSetProperties>
Lists all properties associated with an image set.
-
#next_token ⇒ String
The pagination token used to retrieve the list of image set versions on the next page.
Instance Attribute Details
#image_set_properties_list ⇒ Array<Types::ImageSetProperties>
Lists all properties associated with an image set.
1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1159 class ListImageSetVersionsResponse < Struct.new( :image_set_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the list of image set versions on the next page.
1159 1160 1161 1162 1163 1164 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1159 class ListImageSetVersionsResponse < Struct.new( :image_set_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |