Class: Aws::SageMaker::Types::DescribeAppImageConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAppImageConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
12282 12283 12284 12285 12286 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12282 class DescribeAppImageConfigRequest < Struct.new( :app_image_config_name) SENSITIVE = [] include Aws::Structure end |