Class: Aws::Types::GetEmailTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



936
937
938
# File 'sig/types.rbs', line 936

def tags
  @tags
end

#template_contentTypes::EmailTemplateContent

Returns the value of attribute template_content.



935
936
937
# File 'sig/types.rbs', line 935

def template_content
  @template_content
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def template_name
  @template_name
end