Class: Aws::ConfigService::Types::EvaluationResultQualifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::EvaluationResultQualifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Identifies an Config rule that evaluated an Amazon Web Services resource, and provides the type and ID of the resource that the rule evaluated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule_name ⇒ String
The name of the Config rule that was used in the evaluation.
-
#evaluation_mode ⇒ String
The mode of an evaluation.
-
#resource_id ⇒ String
The ID of the evaluated Amazon Web Services resource.
-
#resource_type ⇒ String
The type of Amazon Web Services resource that was evaluated.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule that was used in the evaluation.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-configservice/types.rb', line 3664 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id, :evaluation_mode) SENSITIVE = [] include Aws::Structure end |
#evaluation_mode ⇒ String
The mode of an evaluation. The valid values are Detective or Proactive.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-configservice/types.rb', line 3664 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id, :evaluation_mode) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the evaluated Amazon Web Services resource.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-configservice/types.rb', line 3664 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id, :evaluation_mode) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Amazon Web Services resource that was evaluated.
3664 3665 3666 3667 3668 3669 3670 3671 |
# File 'lib/aws-sdk-configservice/types.rb', line 3664 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id, :evaluation_mode) SENSITIVE = [] include Aws::Structure end |