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:



1559
1560
1561
1562
1563
# File 'lib/aws-sdk-chime/types.rb', line 1559

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