Method: Aws::Pinpoint::Types::DefaultButtonConfiguration#text

Defined in:
lib/aws-sdk-pinpoint/types.rb

#textString

Button text.

Returns:



3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'lib/aws-sdk-pinpoint/types.rb', line 3303

class DefaultButtonConfiguration < Struct.new(
  :background_color,
  :border_radius,
  :button_action,
  :link,
  :text,
  :text_color)
  SENSITIVE = []
  include Aws::Structure
end