Class: Aws::Types::CampaignInAppMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def body
  @body
end

#content::Array[Types::InAppMessageContent]

Returns the value of attribute content.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


406
407
408
# File 'sig/types.rbs', line 406

def custom_config
  @custom_config
end

#layout"BOTTOM_BANNER", ...

Returns the value of attribute layout.

Returns:

  • ("BOTTOM_BANNER", "TOP_BANNER", "OVERLAYS", "MOBILE_FEED", "MIDDLE_BANNER", "CAROUSEL")


407
408
409
# File 'sig/types.rbs', line 407

def layout
  @layout
end