Method: AwsIamPasswordPolicy#allow_users_to_change_passwords?

Defined in:
lib/resources/aws/aws_iam_password_policy.rb

#allow_users_to_change_passwords?Boolean

This one has an awkward name mapping

Returns:

  • (Boolean)


106
107
108
# File 'lib/resources/aws/aws_iam_password_policy.rb', line 106

def allow_users_to_change_passwords?
  @policy.allow_users_to_change_password
end