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.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def minimum_length @minimum_length end |
#password_history_size ⇒ ::Integer
Returns the value of attribute password_history_size.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def password_history_size @password_history_size end |
#require_lowercase ⇒ Boolean
Returns the value of attribute require_lowercase.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def require_lowercase @require_lowercase end |
#require_numbers ⇒ Boolean
Returns the value of attribute require_numbers.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def require_numbers @require_numbers end |
#require_symbols ⇒ Boolean
Returns the value of attribute require_symbols.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def require_symbols @require_symbols end |
#require_uppercase ⇒ Boolean
Returns the value of attribute require_uppercase.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def require_uppercase @require_uppercase end |
#temporary_password_validity_days ⇒ ::Integer
Returns the value of attribute temporary_password_validity_days.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def temporary_password_validity_days @temporary_password_validity_days end |