Class: Aws::Types::CreateBackendAuthUserPoolConfig
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendAuthUserPoolConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forgot_password ⇒ Types::CreateBackendAuthForgotPasswordConfig
Returns the value of attribute forgot_password.
-
#mfa ⇒ Types::CreateBackendAuthMFAConfig
Returns the value of attribute mfa.
-
#o_auth ⇒ Types::CreateBackendAuthOAuthConfig
Returns the value of attribute o_auth.
-
#password_policy ⇒ Types::CreateBackendAuthPasswordPolicyConfig
Returns the value of attribute password_policy.
-
#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.
-
#sign_in_method ⇒ "EMAIL", ...
Returns the value of attribute sign_in_method.
-
#user_pool_name ⇒ ::String
Returns the value of attribute user_pool_name.
-
#verification_message ⇒ Types::CreateBackendAuthVerificationMessageConfig
Returns the value of attribute verification_message.
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.
274 275 276 |
# File 'sig/types.rbs', line 274 def required_sign_up_attributes @required_sign_up_attributes end |
#sign_in_method ⇒ "EMAIL", ...
Returns the value of attribute sign_in_method.
275 276 277 |
# File 'sig/types.rbs', line 275 def sign_in_method @sign_in_method end |
#user_pool_name ⇒ ::String
Returns the value of attribute user_pool_name.
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 end |