Class: Aws::ConfigService::Types::PutExternalEvaluationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutExternalEvaluationRequest
- Includes:
- Structure
- Defined in:
- 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
ExternalEvaluationobject that provides details about compliance.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule.
7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-configservice/types.rb', line 7200 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.
7200 7201 7202 7203 7204 7205 |
# File 'lib/aws-sdk-configservice/types.rb', line 7200 class PutExternalEvaluationRequest < Struct.new( :config_rule_name, :external_evaluation) SENSITIVE = [] include Aws::Structure end |