Class: Aws::SageMaker::Types::UpdateImageVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateImageVersionResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_version_arn ⇒ String
The ARN of the image version.
Instance Attribute Details
#image_version_arn ⇒ String
The ARN of the image version.
45856 45857 45858 45859 45860 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45856 class UpdateImageVersionResponse < Struct.new( :image_version_arn) SENSITIVE = [] include Aws::Structure end |