Class: Aws::Types::UpdateAccountPasswordPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#allow_users_to_change_passwordBoolean

Returns the value of attribute allow_users_to_change_password.



2329
2330
2331
# File 'sig/types.rbs', line 2329

def allow_users_to_change_password
  @allow_users_to_change_password
end

#hard_expiryBoolean

Returns the value of attribute hard_expiry.



2332
2333
2334
# File 'sig/types.rbs', line 2332

def hard_expiry
  @hard_expiry
end

#max_password_age::Integer

Returns the value of attribute max_password_age.



2330
2331
2332
# File 'sig/types.rbs', line 2330

def max_password_age
  @max_password_age
end

#minimum_password_length::Integer

Returns the value of attribute minimum_password_length.



2324
2325
2326
# File 'sig/types.rbs', line 2324

def minimum_password_length
  @minimum_password_length
end

#password_reuse_prevention::Integer

Returns the value of attribute password_reuse_prevention.



2331
2332
2333
# File 'sig/types.rbs', line 2331

def password_reuse_prevention
  @password_reuse_prevention
end

#require_lowercase_charactersBoolean

Returns the value of attribute require_lowercase_characters.



2328
2329
2330
# File 'sig/types.rbs', line 2328

def require_lowercase_characters
  @require_lowercase_characters
end

#require_numbersBoolean

Returns the value of attribute require_numbers.



2326
2327
2328
# File 'sig/types.rbs', line 2326

def require_numbers
  @require_numbers
end

#require_symbolsBoolean

Returns the value of attribute require_symbols.



2325
2326
2327
# File 'sig/types.rbs', line 2325

def require_symbols
  @require_symbols
end

#require_uppercase_charactersBoolean

Returns the value of attribute require_uppercase_characters.



2327
2328
2329
# File 'sig/types.rbs', line 2327

def require_uppercase_characters
  @require_uppercase_characters
end