Class: Aws::Types::CreatePolicyTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyTemplateOutput
- 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.
373 374 375 |
# File 'sig/types.rbs', line 373 def created_date @created_date end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
374 375 376 |
# File 'sig/types.rbs', line 374 def last_updated_date @last_updated_date end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
372 373 374 |
# File 'sig/types.rbs', line 372 def policy_template_id @policy_template_id end |