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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#config_rule_nameString

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

Returns:

  • (String)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'gems/aws-sdk-configservice/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_modeString

The mode of an evaluation. The valid values are Detective or Proactive.

Returns:

  • (String)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'gems/aws-sdk-configservice/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_idString

The ID of the evaluated Amazon Web Services resource.

Returns:

  • (String)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'gems/aws-sdk-configservice/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_typeString

The type of Amazon Web Services resource that was evaluated.

Returns:

  • (String)


3664
3665
3666
3667
3668
3669
3670
3671
# File 'gems/aws-sdk-configservice/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