Class: Aws::Types::DeletePolicyTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::DeletePolicyTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
Instance Attribute Details
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
414 415 416 |
# File 'sig/types.rbs', line 414 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
415 416 417 |
# File 'sig/types.rbs', line 415 def policy_template_id @policy_template_id end |