Class: Aws::Types::EmailTemplateMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


650
651
652
# File 'sig/types.rbs', line 650

def created_timestamp
  @created_timestamp
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def template_name
  @template_name
end