Class: Aws::Types::UpdatePatchBaselineRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePatchBaselineRequest
- 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.
-
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#replace ⇒ Boolean
Returns the value of attribute replace.
-
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
Instance Attribute Details
#approval_rules ⇒ Types::PatchRuleGroup
Returns the value of attribute approval_rules.
4640 4641 4642 |
# File 'sig/types.rbs', line 4640 def approval_rules @approval_rules end |
#approved_patches ⇒ ::Array[::String]
Returns the value of attribute approved_patches.
4641 4642 4643 |
# File 'sig/types.rbs', line 4641 def approved_patches @approved_patches end |
#approved_patches_compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute approved_patches_compliance_level.
4642 4643 4644 |
# File 'sig/types.rbs', line 4642 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.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 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.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def available_security_updates_compliance_status @available_security_updates_compliance_status end |
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
4637 4638 4639 |
# File 'sig/types.rbs', line 4637 def baseline_id @baseline_id end |
#description ⇒ ::String
Returns the value of attribute description.
4646 4647 4648 |
# File 'sig/types.rbs', line 4646 def description @description end |
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
4639 4640 4641 |
# File 'sig/types.rbs', line 4639 def global_filters @global_filters end |
#name ⇒ ::String
Returns the value of attribute name.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def name @name end |
#rejected_patches ⇒ ::Array[::String]
Returns the value of attribute rejected_patches.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def rejected_patches @rejected_patches end |
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
Returns the value of attribute rejected_patches_action.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def rejected_patches_action @rejected_patches_action end |
#replace ⇒ Boolean
Returns the value of attribute replace.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def replace @replace end |
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
4647 4648 4649 |
# File 'sig/types.rbs', line 4647 def sources @sources end |