Class: Aws::Types::PasswordPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_users_to_change_passwordBoolean

Returns the value of attribute allow_users_to_change_password.

Returns:

  • (Boolean)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def allow_users_to_change_password
  @allow_users_to_change_password
end

#expire_passwordsBoolean

Returns the value of attribute expire_passwords.

Returns:

  • (Boolean)


1713
1714
1715
# File 'sig/types.rbs', line 1713

def expire_passwords
  @expire_passwords
end

#hard_expiryBoolean

Returns the value of attribute hard_expiry.

Returns:

  • (Boolean)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def hard_expiry
  @hard_expiry
end

#max_password_age::Integer

Returns the value of attribute max_password_age.

Returns:

  • (::Integer)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def max_password_age
  @max_password_age
end

#minimum_password_length::Integer

Returns the value of attribute minimum_password_length.

Returns:

  • (::Integer)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def minimum_password_length
  @minimum_password_length
end

#password_reuse_prevention::Integer

Returns the value of attribute password_reuse_prevention.

Returns:

  • (::Integer)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def password_reuse_prevention
  @password_reuse_prevention
end

#require_lowercase_charactersBoolean

Returns the value of attribute require_lowercase_characters.

Returns:

  • (Boolean)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def require_lowercase_characters
  @require_lowercase_characters
end

#require_numbersBoolean

Returns the value of attribute require_numbers.

Returns:

  • (Boolean)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def require_numbers
  @require_numbers
end

#require_symbolsBoolean

Returns the value of attribute require_symbols.

Returns:

  • (Boolean)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def require_symbols
  @require_symbols
end

#require_uppercase_charactersBoolean

Returns the value of attribute require_uppercase_characters.

Returns:

  • (Boolean)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def require_uppercase_characters
  @require_uppercase_characters
end