Class: Aws::Rekognition::Types::DeleteProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project that you want to delete.
Instance Attribute Details
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project that you want to delete.
1629 1630 1631 1632 1633 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1629 class DeleteProjectRequest < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |