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:



23033
23034
23035
23036
23037
23038
# File 'lib/aws-sdk-sagemaker/types.rb', line 23033

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)


23033
23034
23035
23036
23037
23038
# File 'lib/aws-sdk-sagemaker/types.rb', line 23033

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