Class: Aws::Types::BaselineOverride
- Inherits:
-
Object
- Object
- Aws::Types::BaselineOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_rules ⇒ Types::PatchRuleGroup
Returns the value of attribute approval_rules.
-
#approved_patches ⇒ ::Array[::String]
Returns the value of attribute approved_patches.
-
#approved_patches_compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute approved_patches_compliance_level.
-
#approved_patches_enable_non_security ⇒ Boolean
Returns the value of attribute approved_patches_enable_non_security.
-
#available_security_updates_compliance_status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute available_security_updates_compliance_status.
-
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
-
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
-
#rejected_patches ⇒ ::Array[::String]
Returns the value of attribute rejected_patches.
-
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
Returns the value of attribute rejected_patches_action.
-
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
Instance Attribute Details
#approval_rules ⇒ Types::PatchRuleGroup
Returns the value of attribute approval_rules.
411 412 413 |
# File 'sig/types.rbs', line 411 def approval_rules @approval_rules end |
#approved_patches ⇒ ::Array[::String]
Returns the value of attribute approved_patches.
412 413 414 |
# File 'sig/types.rbs', line 412 def approved_patches @approved_patches end |
#approved_patches_compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute approved_patches_compliance_level.
413 414 415 |
# File 'sig/types.rbs', line 413 def approved_patches_compliance_level @approved_patches_compliance_level end |
#approved_patches_enable_non_security ⇒ Boolean
Returns the value of attribute approved_patches_enable_non_security.
416 417 418 |
# File 'sig/types.rbs', line 416 def approved_patches_enable_non_security @approved_patches_enable_non_security end |
#available_security_updates_compliance_status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute available_security_updates_compliance_status.
418 419 420 |
# File 'sig/types.rbs', line 418 def available_security_updates_compliance_status @available_security_updates_compliance_status end |
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
410 411 412 |
# File 'sig/types.rbs', line 410 def global_filters @global_filters end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
409 410 411 |
# File 'sig/types.rbs', line 409 def end |
#rejected_patches ⇒ ::Array[::String]
Returns the value of attribute rejected_patches.
414 415 416 |
# File 'sig/types.rbs', line 414 def rejected_patches @rejected_patches end |
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
Returns the value of attribute rejected_patches_action.
415 416 417 |
# File 'sig/types.rbs', line 415 def rejected_patches_action @rejected_patches_action end |
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
417 418 419 |
# File 'sig/types.rbs', line 417 def sources @sources end |