Class: Aws::Connect::Types::SearchAvailablePhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchAvailablePhoneNumbersResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_numbers_list ⇒ Array<Types::AvailableNumberSummary>
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#available_numbers_list ⇒ Array<Types::AvailableNumberSummary>
A list of available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group.
17859 17860 17861 17862 17863 17864 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17859 class SearchAvailablePhoneNumbersResponse < Struct.new( :next_token, :available_numbers_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
17859 17860 17861 17862 17863 17864 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17859 class SearchAvailablePhoneNumbersResponse < Struct.new( :next_token, :available_numbers_list) SENSITIVE = [] include Aws::Structure end |