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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



24885
24886
24887
24888
24889
24890
# File 'lib/aws-sdk-sagemaker/types.rb', line 24885

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)


24885
24886
24887
24888
24889
24890
# File 'lib/aws-sdk-sagemaker/types.rb', line 24885

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