Class: Aws::Connect::Types::ListPhoneNumbersV2Response

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#list_phone_numbers_summary_listArray<Types::ListPhoneNumbersSummary>

Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.

Returns:



11523
11524
11525
11526
11527
11528
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11523

class ListPhoneNumbersV2Response < Struct.new(
  :next_token,
  :list_phone_numbers_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


11523
11524
11525
11526
11527
11528
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11523

class ListPhoneNumbersV2Response < Struct.new(
  :next_token,
  :list_phone_numbers_summary_list)
  SENSITIVE = []
  include Aws::Structure
end