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")


2623
2624
2625
# File 'sig/types.rbs', line 2623

def default_email_option
  @default_email_option
end

#email_message::String

Returns the value of attribute email_message.

Returns:

  • (::String)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def email_message
  @email_message
end

Returns the value of attribute email_message_by_link.

Returns:

  • (::String)


2621
2622
2623
# File 'sig/types.rbs', line 2621

def email_message_by_link
  @email_message_by_link
end

#email_subject::String

Returns the value of attribute email_subject.

Returns:

  • (::String)


2620
2621
2622
# File 'sig/types.rbs', line 2620

def email_subject
  @email_subject
end

Returns the value of attribute email_subject_by_link.

Returns:

  • (::String)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def email_subject_by_link
  @email_subject_by_link
end

#sms_message::String

Returns the value of attribute sms_message.

Returns:

  • (::String)


2618
2619
2620
# File 'sig/types.rbs', line 2618

def sms_message
  @sms_message
end