Class: Aws::Types::EmailTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def arn
  @arn
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def creation_date
  @creation_date
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def default_substitutions
  @default_substitutions
end

#headers::Array[Types::MessageHeader]

Returns the value of attribute headers.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def headers
  @headers
end

#html_part::String

Returns the value of attribute html_part.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def html_part
  @html_part
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def last_modified_date
  @last_modified_date
end

#recommender_id::String

Returns the value of attribute recommender_id.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def recommender_id
  @recommender_id
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def subject
  @subject
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1044
1045
1046
# File 'sig/types.rbs', line 1044

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def template_name
  @template_name
end

#template_type"EMAIL", ...

Returns the value of attribute template_type.

Returns:

  • ("EMAIL", "SMS", "VOICE", "PUSH", "INAPP")


1047
1048
1049
# File 'sig/types.rbs', line 1047

def template_type
  @template_type
end

#text_part::String

Returns the value of attribute text_part.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def text_part
  @text_part
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def version
  @version
end