Class: Aws::Types::CreatePhoneNumberOrderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePhoneNumberOrderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
-
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
Instance Attribute Details
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
198 199 200 |
# File 'sig/types.rbs', line 198 def e164_phone_numbers @e164_phone_numbers end |
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
197 198 199 |
# File 'sig/types.rbs', line 197 def product_type @product_type end |