Class: Aws::Connect::Types::ListPhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPhoneNumbersResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#phone_number_summary_list ⇒ Array<Types::PhoneNumberSummary>
Information about the phone numbers.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
6041 6042 6043 6044 6045 6046 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6041 class ListPhoneNumbersResponse < Struct.new( :phone_number_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#phone_number_summary_list ⇒ Array<Types::PhoneNumberSummary>
Information about the phone numbers.
6041 6042 6043 6044 6045 6046 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6041 class ListPhoneNumbersResponse < Struct.new( :phone_number_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |