Class: Aws::Types::ListPhoneNumbersV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListPhoneNumbersV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#list_phone_numbers_summary_list ⇒ ::Array[Types::ListPhoneNumbersSummary]
Returns the value of attribute list_phone_numbers_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#list_phone_numbers_summary_list ⇒ ::Array[Types::ListPhoneNumbersSummary]
Returns the value of attribute list_phone_numbers_summary_list.
5173 5174 5175 |
# File 'sig/types.rbs', line 5173 def list_phone_numbers_summary_list @list_phone_numbers_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5172 5173 5174 |
# File 'sig/types.rbs', line 5172 def next_token @next_token end |