Class: Aws::Types::WhatsAppOutboundConfig
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppOutboundConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_source_phone_number_arn ⇒ ::String
Returns the value of attribute connect_source_phone_number_arn.
-
#wisdom_template_arn ⇒ ::String
Returns the value of attribute wisdom_template_arn.
Instance Attribute Details
#connect_source_phone_number_arn ⇒ ::String
Returns the value of attribute connect_source_phone_number_arn.
910 911 912 |
# File 'sig/types.rbs', line 910 def connect_source_phone_number_arn @connect_source_phone_number_arn end |
#wisdom_template_arn ⇒ ::String
Returns the value of attribute wisdom_template_arn.
911 912 913 |
# File 'sig/types.rbs', line 911 def wisdom_template_arn @wisdom_template_arn end |