Class: Aws::Types::OrderedPhoneNumber
- Inherits:
-
Object
- Object
- Aws::Types::OrderedPhoneNumber
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
-
#status ⇒ "Processing", ...
Returns the value of attribute status.
Instance Attribute Details
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
744 745 746 |
# File 'sig/types.rbs', line 744 def e164_phone_number @e164_phone_number end |
#status ⇒ "Processing", ...
Returns the value of attribute status.
745 746 747 |
# File 'sig/types.rbs', line 745 def status @status end |