Class: Aws::Types::InAppTemplateResponse

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)


2035
2036
2037
# File 'sig/types.rbs', line 2035

def arn
  @arn
end

#content::Array[Types::InAppMessageContent]

Returns the value of attribute content.

Returns:



2036
2037
2038
# File 'sig/types.rbs', line 2036

def content
  @content
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


2037
2038
2039
# File 'sig/types.rbs', line 2037

def creation_date
  @creation_date
end

#custom_config::Hash[::String, ::String]

Returns the value of attribute custom_config.

Returns:

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


2038
2039
2040
# File 'sig/types.rbs', line 2038

def custom_config
  @custom_config
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def last_modified_date
  @last_modified_date
end

#layout"BOTTOM_BANNER", ...

Returns the value of attribute layout.

Returns:

  • ("BOTTOM_BANNER", "TOP_BANNER", "OVERLAYS", "MOBILE_FEED", "MIDDLE_BANNER", "CAROUSEL")


2040
2041
2042
# File 'sig/types.rbs', line 2040

def layout
  @layout
end

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

Returns the value of attribute tags.

Returns:

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


2041
2042
2043
# File 'sig/types.rbs', line 2041

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def template_name
  @template_name
end

#template_type"EMAIL", ...

Returns the value of attribute template_type.

Returns:

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


2044
2045
2046
# File 'sig/types.rbs', line 2044

def template_type
  @template_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def version
  @version
end