Class: Aws::Types::InAppMessageContent
- Inherits:
-
Object
- Object
- Aws::Types::InAppMessageContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ ::String
Returns the value of attribute background_color.
-
#body_config ⇒ Types::InAppMessageBodyConfig
Returns the value of attribute body_config.
-
#header_config ⇒ Types::InAppMessageHeaderConfig
Returns the value of attribute header_config.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#primary_btn ⇒ Types::InAppMessageButton
Returns the value of attribute primary_btn.
-
#secondary_btn ⇒ Types::InAppMessageButton
Returns the value of attribute secondary_btn.
Instance Attribute Details
#background_color ⇒ ::String
Returns the value of attribute background_color.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def background_color @background_color end |
#body_config ⇒ Types::InAppMessageBodyConfig
Returns the value of attribute body_config.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def body_config @body_config end |
#header_config ⇒ Types::InAppMessageHeaderConfig
Returns the value of attribute header_config.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def header_config @header_config end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def image_url @image_url end |
#primary_btn ⇒ Types::InAppMessageButton
Returns the value of attribute primary_btn.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def primary_btn @primary_btn end |
#secondary_btn ⇒ Types::InAppMessageButton
Returns the value of attribute secondary_btn.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def secondary_btn @secondary_btn end |