Class: Aws::Types::DefaultButtonConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color::String

Returns the value of attribute background_color.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def background_color
  @background_color
end

#border_radius::Integer

Returns the value of attribute border_radius.

Returns:

  • (::Integer)


687
688
689
# File 'sig/types.rbs', line 687

def border_radius
  @border_radius
end

#button_action"LINK", ...

Returns the value of attribute button_action.

Returns:

  • ("LINK", "DEEP_LINK", "CLOSE")


688
689
690
# File 'sig/types.rbs', line 688

def button_action
  @button_action
end

Returns the value of attribute link.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def link
  @link
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def text
  @text
end

#text_color::String

Returns the value of attribute text_color.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def text_color
  @text_color
end