Class: Aws::Types::UpdateBackendAuthForgotPasswordConfig

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


942
943
944
# File 'sig/types.rbs', line 942

def delivery_method
  @delivery_method
end

#email_settings ⇒ Types::EmailSettings

Returns the value of attribute email_settings.



943
944
945
# File 'sig/types.rbs', line 943

def email_settings
  @email_settings
end

#sms_settings ⇒ Types::SmsSettings

Returns the value of attribute sms_settings.

Returns:



944
945
946
# File 'sig/types.rbs', line 944

def sms_settings
  @sms_settings
end