class Aws::Connect::Client

def list_phone_numbers_v2(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_phone_numbers_v2(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListPhoneNumbersV2 - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListPhoneNumbersV2Response) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :phone_number_prefix (String) --
  • :phone_number_types (Array) --
  • :phone_number_country_codes (Array) --
  • :next_token (String) --
  • :max_results (Integer) --
  • :instance_id (String) --
  • :target_arn (String) --
def list_phone_numbers_v2(params = {}, options = {})
  req = build_request(:list_phone_numbers_v2, params)
  req.send_request(options)
end