Class: Aws::Rekognition::Types::DeleteProjectVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_version_arn ⇒ String
The Amazon Resource Name (ARN) of the project version that you want to delete.
Instance Attribute Details
#project_version_arn ⇒ String
The Amazon Resource Name (ARN) of the project version that you want to delete.
1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1650 class DeleteProjectVersionRequest < Struct.new( :project_version_arn) SENSITIVE = [] include Aws::Structure end |