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

Class: Aws::FMS::Types::PolicyComplianceStatus

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

Overview

Indicates whether the account is compliant with the specified policy. An account is considered noncompliant if it includes resources that are not protected by the policy, for AWS WAF and Shield Advanced policies, or that are noncompliant with the policy, for security group policies.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_resultsArray<Types::EvaluationResult>

An array of EvaluationResult objects.

Returns:

#issue_info_mapHash<String,String>

Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be noncompliant. The details include the name of the dependent service and the error message received that indicates the problem with the service.

Returns:

  • (Hash<String,String>)

    Details about problems with dependent services, such as AWS WAF or AWS Config, that are causing a resource to be noncompliant.

#last_updatedTime

Timestamp of the last update to the EvaluationResult objects.

Returns:

  • (Time)

    Timestamp of the last update to the EvaluationResult objects.

#member_accountString

The member account ID.

Returns:

  • (String)

    The member account ID.

#policy_idString

The ID of the AWS Firewall Manager policy.

Returns:

  • (String)

    The ID of the AWS Firewall Manager policy.

#policy_nameString

The name of the AWS Firewall Manager policy.

Returns:

  • (String)

    The name of the AWS Firewall Manager policy.

#policy_ownerString

The AWS account that created the AWS Firewall Manager policy.

Returns:

  • (String)

    The AWS account that created the AWS Firewall Manager policy.