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:



1769
1770
1771
1772
1773
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1769

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