Class: Aws::Types::PasswordPolicyType
- Inherits:
-
Object
- Object
- Aws::Types::PasswordPolicyType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#minimum_length ⇒ ::Integer
Returns the value of attribute minimum_length.
-
#password_history_size ⇒ ::Integer
Returns the value of attribute password_history_size.
-
#require_lowercase ⇒ Boolean
Returns the value of attribute require_lowercase.
-
#require_numbers ⇒ Boolean
Returns the value of attribute require_numbers.
-
#require_symbols ⇒ Boolean
Returns the value of attribute require_symbols.
-
#require_uppercase ⇒ Boolean
Returns the value of attribute require_uppercase.
-
#temporary_password_validity_days ⇒ ::Integer
Returns the value of attribute temporary_password_validity_days.
Instance Attribute Details
#minimum_length ⇒ ::Integer
Returns the value of attribute minimum_length.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def minimum_length @minimum_length end |
#password_history_size ⇒ ::Integer
Returns the value of attribute password_history_size.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def password_history_size @password_history_size end |
#require_lowercase ⇒ Boolean
Returns the value of attribute require_lowercase.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def require_lowercase @require_lowercase end |
#require_numbers ⇒ Boolean
Returns the value of attribute require_numbers.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def require_numbers @require_numbers end |
#require_symbols ⇒ Boolean
Returns the value of attribute require_symbols.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def require_symbols @require_symbols end |
#require_uppercase ⇒ Boolean
Returns the value of attribute require_uppercase.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def require_uppercase @require_uppercase end |
#temporary_password_validity_days ⇒ ::Integer
Returns the value of attribute temporary_password_validity_days.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def temporary_password_validity_days @temporary_password_validity_days end |