Class: Aws::SageMaker::Types::DescribeAppImageConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAppImageConfigRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_image_config_name ⇒ String
The name of the AppImageConfig to describe.
Instance Attribute Details
#app_image_config_name ⇒ String
The name of the AppImageConfig to describe.
12394 12395 12396 12397 12398 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12394 class DescribeAppImageConfigRequest < Struct.new( :app_image_config_name) SENSITIVE = [] include Aws::Structure end |