Class: Aws::SageMaker::Types::ListImagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListImagesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#images ⇒ Array<Types::Image>
A list of images and their properties.
-
#next_token ⇒ String
A token for getting the next set of images, if there are any.
Instance Attribute Details
#images ⇒ Array<Types::Image>
A list of images and their properties.
28359 28360 28361 28362 28363 28364 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28359 class ListImagesResponse < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of images, if there are any.
28359 28360 28361 28362 28363 28364 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28359 class ListImagesResponse < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |