Class: Aws::Rekognition::Types::PutProjectPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::PutProjectPolicyResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_revision_id ⇒ String
The ID of the project policy.
Instance Attribute Details
#policy_revision_id ⇒ String
The ID of the project policy.
6153 6154 6155 6156 6157 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6153 class PutProjectPolicyResponse < Struct.new( :policy_revision_id) SENSITIVE = [] include Aws::Structure end |