Class: Aws::Types::GetPolicyTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyTemplateInput
- 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.
575 576 577 |
# File 'sig/types.rbs', line 575 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
576 577 578 |
# File 'sig/types.rbs', line 576 def policy_template_id @policy_template_id end |