Class: Aws::Rekognition::Types::DeleteProjectVersionRequest

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_version_arnString

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

Returns:

  • (String)


1638
1639
1640
1641
1642
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1638

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