Class: Aws::Types::WhatsAppChannelSubtypeParameters
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppChannelSubtypeParameters
- 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.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
Instance Attribute Details
#connect_source_phone_number_arn ⇒ ::String
Returns the value of attribute connect_source_phone_number_arn.
903 904 905 |
# File 'sig/types.rbs', line 903 def connect_source_phone_number_arn @connect_source_phone_number_arn end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
902 903 904 |
# File 'sig/types.rbs', line 902 def destination_phone_number @destination_phone_number end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
904 905 906 |
# File 'sig/types.rbs', line 904 def template_arn @template_arn end |
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
905 906 907 |
# File 'sig/types.rbs', line 905 def template_parameters @template_parameters end |