Class: Aws::Types::UpdateBackendAuthUserPoolConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forgot_password ⇒ Types::UpdateBackendAuthForgotPasswordConfig

Returns the value of attribute forgot_password.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def forgot_password
  @forgot_password
end

#mfa ⇒ Types::UpdateBackendAuthMFAConfig

Returns the value of attribute mfa.



1009
1010
1011
# File 'sig/types.rbs', line 1009

def mfa
  @mfa
end

#o_auth ⇒ Types::UpdateBackendAuthOAuthConfig

Returns the value of attribute o_auth.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def o_auth
  @o_auth
end

#password_policy ⇒ Types::UpdateBackendAuthPasswordPolicyConfig

Returns the value of attribute password_policy.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def password_policy
  @password_policy
end

#verification_message ⇒ Types::UpdateBackendAuthVerificationMessageConfig

Returns the value of attribute verification_message.



1012
1013
1014
# File 'sig/types.rbs', line 1012

def verification_message
  @verification_message
end