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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Identifies an AWS Config rule that evaluated an AWS 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 AWS Config rule that was used in the evaluation.

Returns:

  • (String)


3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-configservice/types.rb', line 3864

class EvaluationResultQualifier < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the evaluated AWS resource.

Returns:

  • (String)


3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-configservice/types.rb', line 3864

class EvaluationResultQualifier < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of AWS resource that was evaluated.

Returns:

  • (String)


3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-configservice/types.rb', line 3864

class EvaluationResultQualifier < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end