Class: Aws::Types::UpdateAccountPasswordPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccountPasswordPolicyRequest
- 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.
-
#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.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def allow_users_to_change_password @allow_users_to_change_password end |
#hard_expiry ⇒ Boolean
Returns the value of attribute hard_expiry.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def hard_expiry @hard_expiry end |
#max_password_age ⇒ ::Integer
Returns the value of attribute max_password_age.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def max_password_age @max_password_age end |
#minimum_password_length ⇒ ::Integer
Returns the value of attribute minimum_password_length.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def minimum_password_length @minimum_password_length end |
#password_reuse_prevention ⇒ ::Integer
Returns the value of attribute password_reuse_prevention.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def password_reuse_prevention @password_reuse_prevention end |
#require_lowercase_characters ⇒ Boolean
Returns the value of attribute require_lowercase_characters.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def require_lowercase_characters @require_lowercase_characters end |
#require_numbers ⇒ Boolean
Returns the value of attribute require_numbers.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def require_numbers @require_numbers end |
#require_symbols ⇒ Boolean
Returns the value of attribute require_symbols.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def require_symbols @require_symbols end |
#require_uppercase_characters ⇒ Boolean
Returns the value of attribute require_uppercase_characters.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def require_uppercase_characters @require_uppercase_characters end |