Class: Aws::Chime::Types::ListSupportedPhoneNumberCountriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListSupportedPhoneNumberCountriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number_countries ⇒ Array<Types::PhoneNumberCountry>
The supported phone number countries.
Instance Attribute Details
#phone_number_countries ⇒ Array<Types::PhoneNumberCountry>
The supported phone number countries.
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 |