Class: Aws::VerifiedPermissions::Types::DeletePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::DeletePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
Specifies the ID of the policy that you want to delete.
-
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the policy that you want to delete.
Instance Attribute Details
#policy_id ⇒ String
Specifies the ID of the policy that you want to delete.
1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1437 class DeletePolicyInput < Struct.new( :policy_store_id, :policy_id) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the policy that you want to delete.
1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1437 class DeletePolicyInput < Struct.new( :policy_store_id, :policy_id) SENSITIVE = [] include Aws::Structure end |