Class: Aws::Types::MessageTemplateContentProvider

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

Defined Under Namespace

Classes: Email, Push, Sms, Unknown, WhatsApp

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#emailTypes::EmailMessageTemplateContent

Returns the value of attribute email.



1970
1971
1972
# File 'sig/types.rbs', line 1970

def email
  @email
end

#pushTypes::PushMessageTemplateContent

Returns the value of attribute push.



1973
1974
1975
# File 'sig/types.rbs', line 1973

def push
  @push
end

#smsTypes::SMSMessageTemplateContent

Returns the value of attribute sms.



1971
1972
1973
# File 'sig/types.rbs', line 1971

def sms
  @sms
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def unknown
  @unknown
end

#whats_appTypes::WhatsAppMessageTemplateContent

Returns the value of attribute whats_app.



1972
1973
1974
# File 'sig/types.rbs', line 1972

def whats_app
  @whats_app
end