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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3510
3511
3512
3513
3514
# File 'lib/aws-sdk-configservice/types.rb', line 3510

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