Class: Aws::Types::DefaultButtonConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DefaultButtonConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ ::String
Returns the value of attribute background_color.
-
#border_radius ⇒ ::Integer
Returns the value of attribute border_radius.
-
#button_action ⇒ "LINK", ...
Returns the value of attribute button_action.
-
#link ⇒ ::String
Returns the value of attribute link.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#text_color ⇒ ::String
Returns the value of attribute text_color.
Instance Attribute Details
#background_color ⇒ ::String
Returns the value of attribute background_color.
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.
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.
688 689 690 |
# File 'sig/types.rbs', line 688 def @button_action end |
#link ⇒ ::String
Returns the value of attribute link.
689 690 691 |
# File 'sig/types.rbs', line 689 def link @link end |
#text ⇒ ::String
Returns the value of attribute text.
690 691 692 |
# File 'sig/types.rbs', line 690 def text @text end |
#text_color ⇒ ::String
Returns the value of attribute text_color.
691 692 693 |
# File 'sig/types.rbs', line 691 def text_color @text_color end |