Class: Aws::Types::InAppTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::InAppTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::Array[Types::InAppMessageContent]
Returns the value of attribute content.
-
#custom_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_config.
-
#layout ⇒ "BOTTOM_BANNER", ...
Returns the value of attribute layout.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
Instance Attribute Details
#content ⇒ ::Array[Types::InAppMessageContent]
Returns the value of attribute content.
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.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def custom_config @custom_config end |
#layout ⇒ "BOTTOM_BANNER", ...
Returns the value of attribute layout.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def layout @layout end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def template_description @template_description end |