Class: Aws::LookoutforVision::Types::DeleteProjectResponse

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

#project_arnString

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

Returns:

  • (String)


535
536
537
538
539
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 535

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