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.
29605 29606 29607 29608 29609 29610 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29605 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.
29605 29606 29607 29608 29609 29610 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29605 class ListImageVersionsResponse < Struct.new( :image_versions, :next_token) SENSITIVE = [] include Aws::Structure end |