Class: Aws::SageMaker::Types::DescribeAppImageConfigRequest

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_config_nameString

The name of the AppImageConfig to describe.

Returns:

  • (String)


11540
11541
11542
11543
11544
# File 'lib/aws-sdk-sagemaker/types.rb', line 11540

class DescribeAppImageConfigRequest < Struct.new(
  :app_image_config_name)
  SENSITIVE = []
  include Aws::Structure
end