Class: Aws::Rekognition::Types::StopProjectVersionRequest

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 model version that you want to stop.

This operation requires permissions to perform the rekognition:StopProjectVersion action.

Returns:

  • (String)


7505
7506
7507
7508
7509
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7505

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