Class: Aws::ChimeSDKVoice::Types::SearchAvailablePhoneNumbersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbersArray<String>

Confines a search to just the phone numbers in the E.164 format.

Returns:

  • (Array<String>)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2832

class SearchAvailablePhoneNumbersResponse < Struct.new(
  :e164_phone_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token used to return the next page of results.

Returns:

  • (String)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2832

class SearchAvailablePhoneNumbersResponse < Struct.new(
  :e164_phone_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end