Class: Aws::ConfigService::Types::EvaluationContext

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

Overview

Use EvaluationContext to group independently initiated proactive resource evaluations. For example, CFN Stack. If you want to check just a resource definition, you do not need to provide evaluation context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_context_identifierString

A unique EvaluationContextIdentifier ID for an EvaluationContext.

Returns:

  • (String)


3538
3539
3540
3541
3542
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3538

class EvaluationContext < Struct.new(
  :evaluation_context_identifier)
  SENSITIVE = []
  include Aws::Structure
end