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.
29671 29672 29673 29674 29675 29676 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29671 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.
29671 29672 29673 29674 29675 29676 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29671 class ListImagesResponse < Struct.new( :images, :next_token) SENSITIVE = [] include Aws::Structure end |