Class: Aws::VerifiedPermissions::Types::DeletePolicyTemplateInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-verifiedpermissions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_store_idString

Specifies the ID of the policy store that contains the policy template that you want to delete.

Returns:

  • (String)


1475
1476
1477
1478
1479
1480
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1475

class DeletePolicyTemplateInput < Struct.new(
  :policy_store_id,
  :policy_template_id)
  SENSITIVE = []
  include Aws::Structure
end

#policy_template_idString

Specifies the ID of the policy template that you want to delete.

Returns:

  • (String)


1475
1476
1477
1478
1479
1480
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1475

class DeletePolicyTemplateInput < Struct.new(
  :policy_store_id,
  :policy_template_id)
  SENSITIVE = []
  include Aws::Structure
end