Class: Aws::ConfigService::Types::PutExternalEvaluationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutExternalEvaluationRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule_name ⇒ String
The name of the Config rule.
-
#external_evaluation ⇒ Types::ExternalEvaluation
An
ExternalEvaluation
object that provides details about compliance.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule.
6693 6694 6695 6696 6697 6698 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6693 class PutExternalEvaluationRequest < Struct.new( :config_rule_name, :external_evaluation) SENSITIVE = [] include Aws::Structure end |
#external_evaluation ⇒ Types::ExternalEvaluation
An ExternalEvaluation
object that provides details about
compliance.
6693 6694 6695 6696 6697 6698 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6693 class PutExternalEvaluationRequest < Struct.new( :config_rule_name, :external_evaluation) SENSITIVE = [] include Aws::Structure end |