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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


43618
43619
43620
43621
43622
# File 'lib/aws-sdk-sagemaker/types.rb', line 43618

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