Class: Aws::Types::UpdatePolicyTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
-
#statement ⇒ ::String
Returns the value of attribute statement.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def name @name end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def policy_template_id @policy_template_id end |
#statement ⇒ ::String
Returns the value of attribute statement.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def statement @statement end |