Method: Aws::Rekognition::Types::StopProjectVersionRequest#project_version_arn
- Defined in:
- lib/aws-sdk-rekognition/types.rb
#project_version_arn ⇒ String
The Amazon Resource Name (ARN) of the model version that you want to stop.
This operation requires permissions to perform the rekognition:StopProjectVersion action.
7582 7583 7584 7585 7586 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7582 class StopProjectVersionRequest < Struct.new( :project_version_arn) SENSITIVE = [] include Aws::Structure end |