Class: Aws::SageMaker::Types::ListImagesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imagesArray<Types::Image>

A list of images and their properties.

Returns:



26942
26943
26944
26945
26946
26947
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26942

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

#next_tokenString

A token for getting the next set of images, if there are any.

Returns:

  • (String)


26942
26943
26944
26945
26946
26947
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26942

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