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.
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 |