Class: Aws::Types::PolicyTemplateItem
- Inherits:
-
Object
- Object
- Aws::Types::PolicyTemplateItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
-
#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.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
983 984 985 |
# File 'sig/types.rbs', line 983 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
982 983 984 |
# File 'sig/types.rbs', line 982 def description @description end |
#last_updated_date ⇒ ::Time
Returns the value of attribute last_updated_date.
984 985 986 |
# File 'sig/types.rbs', line 984 def last_updated_date @last_updated_date end |
#name ⇒ ::String
Returns the value of attribute name.
985 986 987 |
# File 'sig/types.rbs', line 985 def name @name end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
980 981 982 |
# File 'sig/types.rbs', line 980 def policy_store_id @policy_store_id end |
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
981 982 983 |
# File 'sig/types.rbs', line 981 def policy_template_id @policy_template_id end |