Class: Aws::Types::ChannelSubtypeParameters
- Inherits:
-
Object
- Object
- Aws::Types::ChannelSubtypeParameters
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Email, Sms, Telephony, Unknown, WhatsApp
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ Types::EmailChannelSubtypeParameters
Returns the value of attribute email.
-
#sms ⇒ Types::SmsChannelSubtypeParameters
Returns the value of attribute sms.
-
#telephony ⇒ Types::TelephonyChannelSubtypeParameters
Returns the value of attribute telephony.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#whats_app ⇒ Types::WhatsAppChannelSubtypeParameters
Returns the value of attribute whats_app.
Instance Attribute Details
#email ⇒ Types::EmailChannelSubtypeParameters
Returns the value of attribute email.
85 86 87 |
# File 'sig/types.rbs', line 85 def email @email end |
#sms ⇒ Types::SmsChannelSubtypeParameters
Returns the value of attribute sms.
84 85 86 |
# File 'sig/types.rbs', line 84 def sms @sms end |
#telephony ⇒ Types::TelephonyChannelSubtypeParameters
Returns the value of attribute telephony.
83 84 85 |
# File 'sig/types.rbs', line 83 def telephony @telephony end |
#unknown ⇒ Object
Returns the value of attribute unknown.
87 88 89 |
# File 'sig/types.rbs', line 87 def unknown @unknown end |
#whats_app ⇒ Types::WhatsAppChannelSubtypeParameters
Returns the value of attribute whats_app.
86 87 88 |
# File 'sig/types.rbs', line 86 def whats_app @whats_app end |