Class: Aws::Rekognition::Types::PutProjectPolicyResponse

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

#policy_revision_idString

The ID of the project policy.

Returns:

  • (String)


6140
6141
6142
6143
6144
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6140

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