Class: Aws::MedicalImaging::Types::ListImageSetVersionsResponse

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

#image_set_properties_listArray<Types::ImageSetProperties>

Lists all properties associated with an image set.

Returns:



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_tokenString

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

Returns:

  • (String)


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