Class: Aws::Types::InAppMessageBodyConfig

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


1977
1978
1979
# File 'sig/types.rbs', line 1977

def alignment
  @alignment
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def body
  @body
end

#text_color::String

Returns the value of attribute text_color.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def text_color
  @text_color
end