Class: Aws::Types::CreateBackendAuthUserPoolConfig

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::CreateBackendAuthForgotPasswordConfig

Returns the value of attribute forgot_password.



270
271
272
# File 'sig/types.rbs', line 270

def forgot_password
  @forgot_password
end

#mfa ⇒ Types::CreateBackendAuthMFAConfig

Returns the value of attribute mfa.



271
272
273
# File 'sig/types.rbs', line 271

def mfa
  @mfa
end

#o_auth ⇒ Types::CreateBackendAuthOAuthConfig

Returns the value of attribute o_auth.



272
273
274
# File 'sig/types.rbs', line 272

def o_auth
  @o_auth
end

#password_policy ⇒ Types::CreateBackendAuthPasswordPolicyConfig

Returns the value of attribute password_policy.



273
274
275
# File 'sig/types.rbs', line 273

def password_policy
  @password_policy
end

#required_sign_up_attributes ⇒ ::Array[("ADDRESS" | "BIRTHDATE" | "EMAIL" | "FAMILY_NAME" | "GENDER" | "GIVEN_NAME" | "LOCALE" | "MIDDLE_NAME" | "NAME" | "NICKNAME" | "PHONE_NUMBER" | "PICTURE" | "PREFERRED_USERNAME" | "PROFILE" | "UPDATED_AT" | "WEBSITE" | "ZONE_INFO")]

Returns the value of attribute required_sign_up_attributes.

Returns:

  • (::Array[("ADDRESS" | "BIRTHDATE" | "EMAIL" | "FAMILY_NAME" | "GENDER" | "GIVEN_NAME" | "LOCALE" | "MIDDLE_NAME" | "NAME" | "NICKNAME" | "PHONE_NUMBER" | "PICTURE" | "PREFERRED_USERNAME" | "PROFILE" | "UPDATED_AT" | "WEBSITE" | "ZONE_INFO")])


274
275
276
# File 'sig/types.rbs', line 274

def 
  @required_sign_up_attributes
end

#sign_in_method ⇒ "EMAIL", ...

Returns the value of attribute sign_in_method.

Returns:

  • ("EMAIL", "EMAIL_AND_PHONE_NUMBER", "PHONE_NUMBER", "USERNAME")


275
276
277
# File 'sig/types.rbs', line 275

def 
  @sign_in_method
end

#user_pool_name ⇒ ::String

Returns the value of attribute user_pool_name.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def user_pool_name
  @user_pool_name
end

#verification_message ⇒ Types::CreateBackendAuthVerificationMessageConfig

Returns the value of attribute verification_message.



277
278
279
# File 'sig/types.rbs', line 277

def verification_message
  @verification_message
end