Class: Aws::Types::AvailableNumberSummary
- Inherits:
-
Object
- Object
- Aws::Types::AvailableNumberSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
-
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
Instance Attribute Details
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
591 592 593 |
# File 'sig/types.rbs', line 591 def phone_number @phone_number end |
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
592 593 594 |
# File 'sig/types.rbs', line 592 def phone_number_country_code @phone_number_country_code end |
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
593 594 595 |
# File 'sig/types.rbs', line 593 def phone_number_type @phone_number_type end |