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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
# File 'lib/aws-sdk-pinpoint/types.rb', line 3293

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)


3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
# File 'lib/aws-sdk-pinpoint/types.rb', line 3293

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)


3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
# File 'lib/aws-sdk-pinpoint/types.rb', line 3293

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

Button destination.

Returns:

  • (String)


3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
# File 'lib/aws-sdk-pinpoint/types.rb', line 3293

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

#textString

Button text.

Returns:

  • (String)


3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
# File 'lib/aws-sdk-pinpoint/types.rb', line 3293

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)


3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
# File 'lib/aws-sdk-pinpoint/types.rb', line 3293

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