Class: Aws::Types::UpdatePolicyTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePolicyTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#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
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def created_date @created_date end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def policy_template_id @policy_template_id end |