Class: Aws::Types::PatchRule
- Inherits:
-
Object
- Object
- Aws::Types::PatchRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approve_after_days ⇒ ::Integer
Returns the value of attribute approve_after_days.
-
#approve_until_date ⇒ ::String
Returns the value of attribute approve_until_date.
-
#compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute compliance_level.
-
#enable_non_security ⇒ Boolean
Returns the value of attribute enable_non_security.
-
#patch_filter_group ⇒ Types::PatchFilterGroup
Returns the value of attribute patch_filter_group.
Instance Attribute Details
#approve_after_days ⇒ ::Integer
Returns the value of attribute approve_after_days.
3646 3647 3648 |
# File 'sig/types.rbs', line 3646 def approve_after_days @approve_after_days end |
#approve_until_date ⇒ ::String
Returns the value of attribute approve_until_date.
3647 3648 3649 |
# File 'sig/types.rbs', line 3647 def approve_until_date @approve_until_date end |
#compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute compliance_level.
3645 3646 3647 |
# File 'sig/types.rbs', line 3645 def compliance_level @compliance_level end |
#enable_non_security ⇒ Boolean
Returns the value of attribute enable_non_security.
3648 3649 3650 |
# File 'sig/types.rbs', line 3648 def enable_non_security @enable_non_security end |
#patch_filter_group ⇒ Types::PatchFilterGroup
Returns the value of attribute patch_filter_group.
3644 3645 3646 |
# File 'sig/types.rbs', line 3644 def patch_filter_group @patch_filter_group end |