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.
19471 19472 19473 19474 19475 19476 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19471 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.
19471 19472 19473 19474 19475 19476 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19471 class SearchAvailablePhoneNumbersResponse < Struct.new( :next_token, :available_numbers_list) SENSITIVE = [] include Aws::Structure end |