Class: Aws::Chime::Types::SearchAvailablePhoneNumbersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SearchAvailablePhoneNumbersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_numbers]
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
-
#next_token ⇒ String
The token used to retrieve the next page of search results.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
7495 7496 7497 7498 7499 7500 |
# File 'lib/aws-sdk-chime/types.rb', line 7495 class SearchAvailablePhoneNumbersResponse < Struct.new( :e164_phone_numbers, :next_token) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |
#next_token ⇒ String
The token used to retrieve the next page of search results.
7495 7496 7497 7498 7499 7500 |
# File 'lib/aws-sdk-chime/types.rb', line 7495 class SearchAvailablePhoneNumbersResponse < Struct.new( :e164_phone_numbers, :next_token) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |