Class: Aws::Types::VerificationMessageTemplateType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_email_option"CONFIRM_WITH_LINK", "CONFIRM_WITH_CODE"

Returns the value of attribute default_email_option.

Returns:

  • ("CONFIRM_WITH_LINK", "CONFIRM_WITH_CODE")


2591
2592
2593
# File 'sig/types.rbs', line 2591

def default_email_option
  @default_email_option
end

#email_message::String

Returns the value of attribute email_message.

Returns:

  • (::String)


2587
2588
2589
# File 'sig/types.rbs', line 2587

def email_message
  @email_message
end

Returns the value of attribute email_message_by_link.

Returns:

  • (::String)


2589
2590
2591
# File 'sig/types.rbs', line 2589

def email_message_by_link
  @email_message_by_link
end

#email_subject::String

Returns the value of attribute email_subject.

Returns:

  • (::String)


2588
2589
2590
# File 'sig/types.rbs', line 2588

def email_subject
  @email_subject
end

Returns the value of attribute email_subject_by_link.

Returns:

  • (::String)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def email_subject_by_link
  @email_subject_by_link
end

#sms_message::String

Returns the value of attribute sms_message.

Returns:

  • (::String)


2586
2587
2588
# File 'sig/types.rbs', line 2586

def sms_message
  @sms_message
end