Class: Aws::ConfigService::Types::EvaluationResultQualifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::EvaluationResultQualifier
- Defined in:
- gems/aws-sdk-configservice/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.
-
#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.
3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3943 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the evaluated Amazon Web Services resource.
3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3943 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Amazon Web Services resource that was evaluated.
3943 3944 3945 3946 3947 3948 3949 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3943 class EvaluationResultQualifier < Struct.new( :config_rule_name, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |