Class: Aws::SageMaker::Types::ListAppImageConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAppImageConfigsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_image_configs ⇒ Array<Types::AppImageConfigDetails>
A list of AppImageConfigs and their properties.
-
#next_token ⇒ String
A token for getting the next set of AppImageConfigs, if there are any.
Instance Attribute Details
#app_image_configs ⇒ Array<Types::AppImageConfigDetails>
A list of AppImageConfigs and their properties.
27660 27661 27662 27663 27664 27665 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660 class ListAppImageConfigsResponse < Struct.new( :next_token, :app_image_configs) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of AppImageConfigs, if there are any.
27660 27661 27662 27663 27664 27665 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27660 class ListAppImageConfigsResponse < Struct.new( :next_token, :app_image_configs) SENSITIVE = [] include Aws::Structure end |