Class: Aws::Types::RcsDialPhoneAction
- Inherits:
-
Object
- Object
- Aws::Types::RcsDialPhoneAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def phone_number @phone_number end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def postback_data @postback_data end |
#text ⇒ ::String
Returns the value of attribute text.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def text @text end |