Class: Aws::VerifiedPermissions::Types::DeletePolicyTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::DeletePolicyTemplateInput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the policy template that you want to delete.
-
#policy_template_id ⇒ String
Specifies the ID of the policy template that you want to delete.
Instance Attribute Details
#policy_store_id ⇒ String
Specifies the ID of the policy store that contains the policy template that you want to delete.
1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1320 class DeletePolicyTemplateInput < Struct.new( :policy_store_id, :policy_template_id) SENSITIVE = [] include Aws::Structure end |
#policy_template_id ⇒ String
Specifies the ID of the policy template that you want to delete.
1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1320 class DeletePolicyTemplateInput < Struct.new( :policy_store_id, :policy_template_id) SENSITIVE = [] include Aws::Structure end |