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.
592 593 594 |
# File 'sig/types.rbs', line 592 def e164_phone_number @e164_phone_number end |
#status ⇒ "Processing", ...
Returns the value of attribute status.
593 594 595 |
# File 'sig/types.rbs', line 593 def status @status end |