Class: Aws::Types::PhoneNumberConfig
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_type ⇒ "SOFT_PHONE", "DESK_PHONE"
Returns the value of attribute phone_type.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
6051 6052 6053 |
# File 'sig/types.rbs', line 6051 def channel @channel end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
6053 6054 6055 |
# File 'sig/types.rbs', line 6053 def phone_number @phone_number end |
#phone_type ⇒ "SOFT_PHONE", "DESK_PHONE"
Returns the value of attribute phone_type.
6052 6053 6054 |
# File 'sig/types.rbs', line 6052 def phone_type @phone_type end |