Class: Aws::Types::ChannelSubtypeConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#emailTypes::EmailChannelSubtypeConfig

Returns the value of attribute email.



77
78
79
# File 'sig/types.rbs', line 77

def email
  @email
end

#smsTypes::SmsChannelSubtypeConfig

Returns the value of attribute sms.



76
77
78
# File 'sig/types.rbs', line 76

def sms
  @sms
end

#telephonyTypes::TelephonyChannelSubtypeConfig

Returns the value of attribute telephony.



75
76
77
# File 'sig/types.rbs', line 75

def telephony
  @telephony
end

#whats_appTypes::WhatsAppChannelSubtypeConfig

Returns the value of attribute whats_app.



78
79
80
# File 'sig/types.rbs', line 78

def whats_app
  @whats_app
end