Class: Aws::Types::ChannelSubtypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSubtypeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ Types::EmailChannelSubtypeConfig
Returns the value of attribute email.
-
#sms ⇒ Types::SmsChannelSubtypeConfig
Returns the value of attribute sms.
-
#telephony ⇒ Types::TelephonyChannelSubtypeConfig
Returns the value of attribute telephony.
-
#whats_app ⇒ Types::WhatsAppChannelSubtypeConfig
Returns the value of attribute whats_app.
Instance Attribute Details
#email ⇒ Types::EmailChannelSubtypeConfig
Returns the value of attribute email.
77 78 79 |
# File 'sig/types.rbs', line 77 def email @email end |
#sms ⇒ Types::SmsChannelSubtypeConfig
Returns the value of attribute sms.
76 77 78 |
# File 'sig/types.rbs', line 76 def sms @sms end |
#telephony ⇒ Types::TelephonyChannelSubtypeConfig
Returns the value of attribute telephony.
75 76 77 |
# File 'sig/types.rbs', line 75 def telephony @telephony end |
#whats_app ⇒ Types::WhatsAppChannelSubtypeConfig
Returns the value of attribute whats_app.
78 79 80 |
# File 'sig/types.rbs', line 78 def whats_app @whats_app end |