Class: Aws::Types::UpdateBackendAuthVerificationMessageConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_settings, :sms_settings])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_method ⇒ "EMAIL", "SMS"

Returns the value of attribute delivery_method.

Returns:

  • ("EMAIL", "SMS")


1017
1018
1019
# File 'sig/types.rbs', line 1017

def delivery_method
  @delivery_method
end

#email_settings ⇒ Types::EmailSettings

Returns the value of attribute email_settings.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def email_settings
  @email_settings
end

#sms_settings ⇒ Types::SmsSettings

Returns the value of attribute sms_settings.

Returns:



1019
1020
1021
# File 'sig/types.rbs', line 1019

def sms_settings
  @sms_settings
end