Class: Aws::Types::SearchAvailablePhoneNumbersResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchAvailablePhoneNumbersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
992 993 994 |
# File 'sig/types.rbs', line 992 def e164_phone_numbers @e164_phone_numbers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
993 994 995 |
# File 'sig/types.rbs', line 993 def next_token @next_token end |