Class: Aws::Types::UpdateBackendAuthPasswordPolicyConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_constraints ⇒ ::Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]

Returns the value of attribute additional_constraints.

Returns:

  • (::Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")])


970
971
972
# File 'sig/types.rbs', line 970

def additional_constraints
  @additional_constraints
end

#minimum_length ⇒ ::Float

Returns the value of attribute minimum_length.

Returns:

  • (::Float)


971
972
973
# File 'sig/types.rbs', line 971

def minimum_length
  @minimum_length
end