Class: Aws::Types::PutExternalEvaluationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutExternalEvaluationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#external_evaluation ⇒ Types::ExternalEvaluation
Returns the value of attribute external_evaluation.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def config_rule_name @config_rule_name end |
#external_evaluation ⇒ Types::ExternalEvaluation
Returns the value of attribute external_evaluation.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def external_evaluation @external_evaluation end |