Class: Aws::Connect::Types::ListPhoneNumbersV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListPhoneNumbersV2Response
- Includes:
- Structure
- Defined in:
- 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.
13302 13303 13304 13305 13306 13307 |
# File 'lib/aws-sdk-connect/types.rb', line 13302 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.
13302 13303 13304 13305 13306 13307 |
# File 'lib/aws-sdk-connect/types.rb', line 13302 class ListPhoneNumbersV2Response < Struct.new( :next_token, :list_phone_numbers_summary_list) SENSITIVE = [] include Aws::Structure end |