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.
45135 45136 45137 45138 45139 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45135 class UpdateAppImageConfigResponse < Struct.new( :app_image_config_arn) SENSITIVE = [] include Aws::Structure end |