Class: Aws::Types::PasswordPolicyType

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_lowercaseBoolean

Returns the value of attribute require_lowercase.



1772
1773
1774
# File 'sig/types.rbs', line 1772

def require_lowercase
  @require_lowercase
end

#require_numbersBoolean

Returns the value of attribute require_numbers.



1773
1774
1775
# File 'sig/types.rbs', line 1773

def require_numbers
  @require_numbers
end

#require_symbolsBoolean

Returns the value of attribute require_symbols.



1774
1775
1776
# File 'sig/types.rbs', line 1774

def require_symbols
  @require_symbols
end

#require_uppercaseBoolean

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