Class: Aws::Types::EvaluationResultQualifier
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationResultQualifier
- 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.
-
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def config_rule_name @config_rule_name end |
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def evaluation_mode @evaluation_mode end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def resource_type @resource_type end |