Class: Aws::Pinpoint::Types::DefaultButtonConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Default button configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorString

The background color of the button.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-pinpoint/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

#border_radiusInteger

The border radius of the button.

Returns:

  • (Integer)


3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-pinpoint/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

#button_actionString

Action triggered by the button.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-pinpoint/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

Button destination.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-pinpoint/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

#textString

Button text.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-pinpoint/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

#text_colorString

The text color of the button.

Returns:

  • (String)


3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
# File 'gems/aws-sdk-pinpoint/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