Class: Aws::Types::UpdateBackendAuthPasswordPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendAuthPasswordPolicyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_constraints ⇒ ::Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]
Returns the value of attribute additional_constraints.
-
#minimum_length ⇒ ::Float
Returns the value of attribute minimum_length.
Instance Attribute Details
#additional_constraints ⇒ ::Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]
Returns the value of attribute additional_constraints.
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.
971 972 973 |
# File 'sig/types.rbs', line 971 def minimum_length @minimum_length end |