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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
Instance Attribute Details
#e164_phone_numbers ⇒ ::Array[::String]
Returns the value of attribute e164_phone_numbers.
98 99 100 |
# File 'sig/types.rbs', line 98 def e164_phone_numbers @e164_phone_numbers end |
#name ⇒ ::String
Returns the value of attribute name.
99 100 101 |
# File 'sig/types.rbs', line 99 def name @name end |
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
97 98 99 |
# File 'sig/types.rbs', line 97 def product_type @product_type end |