Class: Aws::Types::EmailTemplateMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EmailTemplateMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
650 651 652 |
# File 'sig/types.rbs', line 650 def @created_timestamp end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
649 650 651 |
# File 'sig/types.rbs', line 649 def template_name @template_name end |