Class: Aws::SageMaker::Types::ListAppImageConfigsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_configsArray<Types::AppImageConfigDetails>

A list of AppImageConfigs and their properties.

Returns:



24879
24880
24881
24882
24883
24884
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24879

class ListAppImageConfigsResponse < Struct.new(
  :next_token,
  :app_image_configs)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for getting the next set of AppImageConfigs, if there are any.

Returns:

  • (String)


24879
24880
24881
24882
24883
24884
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24879

class ListAppImageConfigsResponse < Struct.new(
  :next_token,
  :app_image_configs)
  SENSITIVE = []
  include Aws::Structure
end