Class: Aws::Types::ListOriginationNumbersResult
- Inherits:
-
Object
- Object
- Aws::Types::ListOriginationNumbersResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#phone_numbers ⇒ ::Array[Types::PhoneNumberInformation]
Returns the value of attribute phone_numbers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
307 308 309 |
# File 'sig/types.rbs', line 307 def next_token @next_token end |
#phone_numbers ⇒ ::Array[Types::PhoneNumberInformation]
Returns the value of attribute phone_numbers.
308 309 310 |
# File 'sig/types.rbs', line 308 def phone_numbers @phone_numbers end |