Class: Aws::Types::InAppTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::Array[Types::InAppMessageContent]

Returns the value of attribute content.

Returns:



2026
2027
2028
# File 'sig/types.rbs', line 2026

def content
  @content
end

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

Returns the value of attribute custom_config.

Returns:

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


2027
2028
2029
# File 'sig/types.rbs', line 2027

def custom_config
  @custom_config
end

#layout"BOTTOM_BANNER", ...

Returns the value of attribute layout.

Returns:

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


2028
2029
2030
# File 'sig/types.rbs', line 2028

def layout
  @layout
end

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

Returns the value of attribute tags.

Returns:

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


2029
2030
2031
# File 'sig/types.rbs', line 2029

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def template_description
  @template_description
end