Class: Aws::Connect::Types::SearchAvailablePhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchAvailablePhoneNumbersResponse
- Includes:
- Structure
- Defined in:
- 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.
17626 17627 17628 17629 17630 17631 |
# File 'lib/aws-sdk-connect/types.rb', line 17626 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.
17626 17627 17628 17629 17630 17631 |
# File 'lib/aws-sdk-connect/types.rb', line 17626 class SearchAvailablePhoneNumbersResponse < Struct.new( :next_token, :available_numbers_list) SENSITIVE = [] include Aws::Structure end |