Class: Aws::SageMaker::Types::UpdateAppImageConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateAppImageConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_image_config_arn ⇒ String
The ARN for the AppImageConfig.
Instance Attribute Details
#app_image_config_arn ⇒ String
The ARN for the AppImageConfig.
45237 45238 45239 45240 45241 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45237 class UpdateAppImageConfigResponse < Struct.new( :app_image_config_arn) SENSITIVE = [] include Aws::Structure end |