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 ‘ExternalEvaluation` object that provides details about compliance.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule.
6692 6693 6694 6695 6696 6697 |
# File 'lib/aws-sdk-configservice/types.rb', line 6692 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.
6692 6693 6694 6695 6696 6697 |
# File 'lib/aws-sdk-configservice/types.rb', line 6692 class PutExternalEvaluationRequest < Struct.new( :config_rule_name, :external_evaluation) SENSITIVE = [] include Aws::Structure end |