Class: Aws::Connect::Types::ListPhoneNumbersV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPhoneNumbersV2Response
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#list_phone_numbers_summary_list ⇒ Array<Types::ListPhoneNumbersSummary>
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#list_phone_numbers_summary_list ⇒ Array<Types::ListPhoneNumbersSummary>
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
15114 15115 15116 15117 15118 15119 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15114 class ListPhoneNumbersV2Response < Struct.new( :next_token, :list_phone_numbers_summary_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
15114 15115 15116 15117 15118 15119 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15114 class ListPhoneNumbersV2Response < Struct.new( :next_token, :list_phone_numbers_summary_list) SENSITIVE = [] include Aws::Structure end |