Class: Aws::SageMaker::Types::ListImageVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListImageVersionsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_versions ⇒ Array<Types::ImageVersion>
A list of versions and their properties.
-
#next_token ⇒ String
A token for getting the next set of versions, if there are any.
Instance Attribute Details
#image_versions ⇒ Array<Types::ImageVersion>
A list of versions and their properties.
28282 28283 28284 28285 28286 28287 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28282 class ListImageVersionsResponse < Struct.new( :image_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of versions, if there are any.
28282 28283 28284 28285 28286 28287 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28282 class ListImageVersionsResponse < Struct.new( :image_versions, :next_token) SENSITIVE = [] include Aws::Structure end |