Class: Aws::Types::Button
- Inherits:
-
Object
- Object
- Aws::Types::Button
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
35 36 37 |
# File 'sig/types.rbs', line 35 def text @text end |
#value ⇒ ::String
Returns the value of attribute value.
36 37 38 |
# File 'sig/types.rbs', line 36 def value @value end |