Class: Aws::ChimeSDKVoice::Types::ListSupportedPhoneNumberCountriesResponse

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

#phone_number_countriesArray<Types::PhoneNumberCountry>

The supported phone number countries.

Returns:



1867
1868
1869
1870
1871
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1867

class ListSupportedPhoneNumberCountriesResponse < Struct.new(
  :phone_number_countries)
  SENSITIVE = []
  include Aws::Structure
end