Class: Aws::Types::SmsChannelSubtypeParameters
- Inherits:
-
Object
- Object
- Aws::Types::SmsChannelSubtypeParameters
- 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.
678 679 680 |
# File 'sig/types.rbs', line 678 def connect_source_phone_number_arn @connect_source_phone_number_arn end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
677 678 679 |
# File 'sig/types.rbs', line 677 def destination_phone_number @destination_phone_number end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
679 680 681 |
# File 'sig/types.rbs', line 679 def template_arn @template_arn end |
#template_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_parameters.
680 681 682 |
# File 'sig/types.rbs', line 680 def template_parameters @template_parameters end |