Class: Aws::Types::InAppMessageHeaderConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alignment"LEFT", ...

Returns the value of attribute alignment.

Returns:

  • ("LEFT", "CENTER", "RIGHT")


2014
2015
2016
# File 'sig/types.rbs', line 2014

def alignment
  @alignment
end

#header::String

Returns the value of attribute header.

Returns:

  • (::String)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def header
  @header
end

#text_color::String

Returns the value of attribute text_color.

Returns:

  • (::String)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def text_color
  @text_color
end