Class: Aws::Types::InAppMessageContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color::String

Returns the value of attribute background_color.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def background_color
  @background_color
end

#body_configTypes::InAppMessageBodyConfig

Returns the value of attribute body_config.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def body_config
  @body_config
end

#header_configTypes::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.

Returns:

  • (::String)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def image_url
  @image_url
end

#primary_btnTypes::InAppMessageButton

Returns the value of attribute primary_btn.



2008
2009
2010
# File 'sig/types.rbs', line 2008

def primary_btn
  @primary_btn
end

#secondary_btnTypes::InAppMessageButton

Returns the value of attribute secondary_btn.



2009
2010
2011
# File 'sig/types.rbs', line 2009

def secondary_btn
  @secondary_btn
end