Class: Aws::ChimeSDKVoice::Types::SearchAvailablePhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::SearchAvailablePhoneNumbersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_numbers]
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ Array<String>
Confines a search to just the phone numbers in the E.164 format.
-
#next_token ⇒ String
The token used to return the next page of results.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
Confines a search to just the phone numbers in the E.164 format.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2832 class SearchAvailablePhoneNumbersResponse < Struct.new( :e164_phone_numbers, :next_token) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |
#next_token ⇒ String
The token used to return the next page of results.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2832 class SearchAvailablePhoneNumbersResponse < Struct.new( :e164_phone_numbers, :next_token) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |