Class: Aws::Types::UserPoolPolicyType
- Inherits:
-
Object
- Object
- Aws::Types::UserPoolPolicyType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_policy ⇒ Types::PasswordPolicyType
Returns the value of attribute password_policy.
-
#sign_in_policy ⇒ Types::SignInPolicyType
Returns the value of attribute sign_in_policy.
Instance Attribute Details
#password_policy ⇒ Types::PasswordPolicyType
Returns the value of attribute password_policy.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def password_policy @password_policy end |
#sign_in_policy ⇒ Types::SignInPolicyType
Returns the value of attribute sign_in_policy.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def sign_in_policy @sign_in_policy end |