Class: Aws::Chime::Types::ListSupportedPhoneNumberCountriesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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:



5803
5804
5805
5806
5807
# File 'lib/aws-sdk-chime/types.rb', line 5803

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