Class: Aws::Types::PasswordRequirements

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lowercase::Integer

Returns the value of attribute lowercase.

Returns:

  • (::Integer)


688
689
690
# File 'sig/types.rbs', line 688

def lowercase
  @lowercase
end

#min_length::Integer

Returns the value of attribute min_length.

Returns:

  • (::Integer)


689
690
691
# File 'sig/types.rbs', line 689

def min_length
  @min_length
end

#numbers::Integer

Returns the value of attribute numbers.

Returns:

  • (::Integer)


690
691
692
# File 'sig/types.rbs', line 690

def numbers
  @numbers
end

#symbols::Integer

Returns the value of attribute symbols.

Returns:

  • (::Integer)


691
692
693
# File 'sig/types.rbs', line 691

def symbols
  @symbols
end

#uppercase::Integer

Returns the value of attribute uppercase.

Returns:

  • (::Integer)


692
693
694
# File 'sig/types.rbs', line 692

def uppercase
  @uppercase
end