Class: Aws::Types::CreateBackendAuthPasswordPolicyConfig
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendAuthPasswordPolicyConfig
- 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.
231 232 233 |
# File 'sig/types.rbs', line 231 def additional_constraints @additional_constraints end |
#minimum_length ⇒ ::Float
Returns the value of attribute minimum_length.
232 233 234 |
# File 'sig/types.rbs', line 232 def minimum_length @minimum_length end |