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.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def phone_number @phone_number end |
#postback_data ⇒ ::String
Returns the value of attribute postback_data.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def postback_data @postback_data end |
#text ⇒ ::String
Returns the value of attribute text.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def text @text end |