Class: Aws::Chime::Types::ListSupportedPhoneNumberCountriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListSupportedPhoneNumberCountriesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_type ⇒ String
The phone number product type.
Instance Attribute Details
#product_type ⇒ String
The phone number product type.
5636 5637 5638 5639 5640 |
# File 'lib/aws-sdk-chime/types.rb', line 5636 class ListSupportedPhoneNumberCountriesRequest < Struct.new( :product_type) SENSITIVE = [] include Aws::Structure end |