Class: Aws::SageMaker::Types::UpdateImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateImageResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_arn ⇒ String
The ARN of the image.
Instance Attribute Details
#image_arn ⇒ String
The ARN of the image.
53637 53638 53639 53640 53641 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 53637 class UpdateImageResponse < Struct.new( :image_arn) SENSITIVE = [] include Aws::Structure end |