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:


5648
5649
5650
5651
5652
# File 'lib/aws-sdk-chime/types.rb', line 5648

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