Class: Aws::Types::PasswordPolicy
- Inherits:
-
Object
- Object
- Aws::Types::PasswordPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_users_to_change_password ⇒ Boolean
Returns the value of attribute allow_users_to_change_password.
-
#expire_passwords ⇒ Boolean
Returns the value of attribute expire_passwords.
-
#hard_expiry ⇒ Boolean
Returns the value of attribute hard_expiry.
-
#max_password_age ⇒ ::Integer
Returns the value of attribute max_password_age.
-
#minimum_password_length ⇒ ::Integer
Returns the value of attribute minimum_password_length.
-
#password_reuse_prevention ⇒ ::Integer
Returns the value of attribute password_reuse_prevention.
-
#require_lowercase_characters ⇒ Boolean
Returns the value of attribute require_lowercase_characters.
-
#require_numbers ⇒ Boolean
Returns the value of attribute require_numbers.
-
#require_symbols ⇒ Boolean
Returns the value of attribute require_symbols.
-
#require_uppercase_characters ⇒ Boolean
Returns the value of attribute require_uppercase_characters.
Instance Attribute Details
#allow_users_to_change_password ⇒ Boolean
Returns the value of attribute allow_users_to_change_password.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def allow_users_to_change_password @allow_users_to_change_password end |
#expire_passwords ⇒ Boolean
Returns the value of attribute expire_passwords.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def expire_passwords @expire_passwords end |
#hard_expiry ⇒ Boolean
Returns the value of attribute hard_expiry.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def hard_expiry @hard_expiry end |
#max_password_age ⇒ ::Integer
Returns the value of attribute max_password_age.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def max_password_age @max_password_age end |
#minimum_password_length ⇒ ::Integer
Returns the value of attribute minimum_password_length.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def minimum_password_length @minimum_password_length end |
#password_reuse_prevention ⇒ ::Integer
Returns the value of attribute password_reuse_prevention.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def password_reuse_prevention @password_reuse_prevention end |
#require_lowercase_characters ⇒ Boolean
Returns the value of attribute require_lowercase_characters.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def require_lowercase_characters @require_lowercase_characters end |
#require_numbers ⇒ Boolean
Returns the value of attribute require_numbers.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def require_numbers @require_numbers end |
#require_symbols ⇒ Boolean
Returns the value of attribute require_symbols.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def require_symbols @require_symbols end |
#require_uppercase_characters ⇒ Boolean
Returns the value of attribute require_uppercase_characters.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def require_uppercase_characters @require_uppercase_characters end |