You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::EvaluationResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the compliance status for the account. An account is considered noncompliant if it includes resources that are not protected by the specified policy or that don't comply with the policy.

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_statusString

Describes an AWS account\'s compliance with the AWS Firewall Manager policy.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT

Returns:

  • (String)

    Describes an AWS account\'s compliance with the AWS Firewall Manager policy.

#evaluation_limit_exceededBoolean

Indicates that over 100 resources are noncompliant with the AWS Firewall Manager policy.

Returns:

  • (Boolean)

    Indicates that over 100 resources are noncompliant with the AWS Firewall Manager policy.

#violator_countInteger

The number of resources that are noncompliant with the specified policy. For AWS WAF and Shield Advanced policies, a resource is considered noncompliant if it is not associated with the policy. For security group policies, a resource is considered noncompliant if it doesn\'t comply with the rules of the policy and remediation is disabled or not possible.

Returns:

  • (Integer)

    The number of resources that are noncompliant with the specified policy.