Class: Aws::Types::InAppMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::Array[Types::InAppMessageContent]

Returns the value of attribute content.

Returns:



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.

Returns:

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


1971
1972
1973
# File 'sig/types.rbs', line 1971

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")


1972
1973
1974
# File 'sig/types.rbs', line 1972

def layout
  @layout
end