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

Class: Aws::ConfigService::Types::EvaluationResultQualifier

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

Overview

Identifies an AWS Config rule that evaluated an AWS resource, and provides the type and ID of the resource that the rule evaluated.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

The name of the AWS Config rule that was used in the evaluation.

Returns:

  • (String)

    The name of the AWS Config rule that was used in the evaluation.

#resource_idString

The ID of the evaluated AWS resource.

Returns:

  • (String)

    The ID of the evaluated AWS resource.

#resource_typeString

The type of AWS resource that was evaluated.

Returns:

  • (String)

    The type of AWS resource that was evaluated.