Class: Aws::Rekognition::Types::DeleteProjectRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The Amazon Resource Name (ARN) of the project that you want to delete.

Returns:

  • (String)


1617
1618
1619
1620
1621
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1617

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