Class: Aws::Rekognition::Types::StopProjectVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StopProjectVersionRequest
- 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 model version that you want to stop.
Instance Attribute Details
#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.
7530 7531 7532 7533 7534 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7530 class StopProjectVersionRequest < Struct.new( :project_version_arn) SENSITIVE = [] include Aws::Structure end |