Class: Aws::SageMaker::Types::UpdateImageVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_version_arnString

The ARN of the image version.

Returns:

  • (String)


45787
45788
45789
45790
45791
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45787

class UpdateImageVersionResponse < Struct.new(
  :image_version_arn)
  SENSITIVE = []
  include Aws::Structure
end