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

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

#image_set_properties_listArray<Types::ImageSetProperties>

Lists all properties associated with an image set.

Returns:



1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1131

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)


1131
1132
1133
1134
1135
1136
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 1131

class ListImageSetVersionsResponse < Struct.new(
  :image_set_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end