Class: Aws::Chime::Types::ListSupportedPhoneNumberCountriesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_typeString

The phone number product type.

Returns:

  • (String)


5791
5792
5793
5794
5795
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5791

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