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)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def allow_users_to_change_password
  @allow_users_to_change_password
end

#expire_passwordsBoolean

Returns the value of attribute expire_passwords.

Returns:

  • (Boolean)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def expire_passwords
  @expire_passwords
end

#hard_expiryBoolean

Returns the value of attribute hard_expiry.

Returns:

  • (Boolean)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def hard_expiry
  @hard_expiry
end

#max_password_age::Integer

Returns the value of attribute max_password_age.

Returns:

  • (::Integer)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def max_password_age
  @max_password_age
end

#minimum_password_length::Integer

Returns the value of attribute minimum_password_length.

Returns:

  • (::Integer)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def minimum_password_length
  @minimum_password_length
end

#password_reuse_prevention::Integer

Returns the value of attribute password_reuse_prevention.

Returns:

  • (::Integer)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def password_reuse_prevention
  @password_reuse_prevention
end

#require_lowercase_charactersBoolean

Returns the value of attribute require_lowercase_characters.

Returns:

  • (Boolean)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def require_lowercase_characters
  @require_lowercase_characters
end

#require_numbersBoolean

Returns the value of attribute require_numbers.

Returns:

  • (Boolean)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def require_numbers
  @require_numbers
end

#require_symbolsBoolean

Returns the value of attribute require_symbols.

Returns:

  • (Boolean)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def require_symbols
  @require_symbols
end

#require_uppercase_charactersBoolean

Returns the value of attribute require_uppercase_characters.

Returns:

  • (Boolean)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def require_uppercase_characters
  @require_uppercase_characters
end