Class: Aws::Rekognition::Types::DeleteProjectPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectPolicyRequest
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy that you want to delete.
-
#policy_revision_id ⇒ String
The ID of the project policy revision that you want to delete.
-
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy that you want to delete.
1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1263 class DeleteProjectPolicyRequest < Struct.new( :project_arn, :policy_name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#policy_revision_id ⇒ String
The ID of the project policy revision that you want to delete.
1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1263 class DeleteProjectPolicyRequest < Struct.new( :project_arn, :policy_name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1263 class DeleteProjectPolicyRequest < Struct.new( :project_arn, :policy_name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |