Class: Aws::Rekognition::Types::DeleteProjectPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DeleteProjectPolicyRequest
- Includes:
- Structure
- Defined in:
- 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.
1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1614 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.
1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1614 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.
1614 1615 1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-rekognition/types.rb', line 1614 class DeleteProjectPolicyRequest < Struct.new( :project_arn, :policy_name, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |