Class: Aws::LookoutforVision::Types::DeleteModelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_arnString

The Amazon Resource Name (ARN) of the model that was deleted.

Returns:

  • (String)


489
490
491
492
493
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 489

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