Class: Aws::SageMaker::Types::ListAppImageConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAppImageConfigsResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
26290 26291 26292 26293 26294 26295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26290 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.
26290 26291 26292 26293 26294 26295 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 26290 class ListAppImageConfigsResponse < Struct.new( :next_token, :app_image_configs) SENSITIVE = [] include Aws::Structure end |