Class: Aws::Types::InAppMessage
- Inherits:
-
Object
- Object
- Aws::Types::InAppMessage
- 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.
Instance Attribute Details
#content ⇒ ::Array[Types::InAppMessageContent]
Returns the value of attribute content.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def content @content end |
#custom_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_config.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def custom_config @custom_config end |
#layout ⇒ "BOTTOM_BANNER", ...
Returns the value of attribute layout.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def layout @layout end |