Class: Aws::Types::CampaignInAppMessage
- Inherits:
-
Object
- Object
- Aws::Types::CampaignInAppMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#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
#body ⇒ ::String
Returns the value of attribute body.
404 405 406 |
# File 'sig/types.rbs', line 404 def body @body end |
#content ⇒ ::Array[Types::InAppMessageContent]
Returns the value of attribute content.
405 406 407 |
# File 'sig/types.rbs', line 405 def content @content end |
#custom_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_config.
406 407 408 |
# File 'sig/types.rbs', line 406 def custom_config @custom_config end |
#layout ⇒ "BOTTOM_BANNER", ...
Returns the value of attribute layout.
407 408 409 |
# File 'sig/types.rbs', line 407 def layout @layout end |