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.
6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6473 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.
6473 6474 6475 6476 6477 6478 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6473 class PutExternalEvaluationRequest < Struct.new( :config_rule_name, :external_evaluation) SENSITIVE = [] include Aws::Structure end |