Class: Aws::Types::UpdatePatchBaselineResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePatchBaselineResult
- 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.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
-
#modified_date ⇒ ::Time
Returns the value of attribute modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
4658 4659 4660 |
# File 'sig/types.rbs', line 4658 def approval_rules @approval_rules end |
#approved_patches ⇒ ::Array[::String]
Returns the value of attribute approved_patches.
4659 4660 4661 |
# File 'sig/types.rbs', line 4659 def approved_patches @approved_patches end |
#approved_patches_compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute approved_patches_compliance_level.
4660 4661 4662 |
# File 'sig/types.rbs', line 4660 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.
4661 4662 4663 |
# File 'sig/types.rbs', line 4661 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.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def available_security_updates_compliance_status @available_security_updates_compliance_status end |
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
4654 4655 4656 |
# File 'sig/types.rbs', line 4654 def baseline_id @baseline_id end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
4664 4665 4666 |
# File 'sig/types.rbs', line 4664 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
4666 4667 4668 |
# File 'sig/types.rbs', line 4666 def description @description end |
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
4657 4658 4659 |
# File 'sig/types.rbs', line 4657 def global_filters @global_filters end |
#modified_date ⇒ ::Time
Returns the value of attribute modified_date.
4665 4666 4667 |
# File 'sig/types.rbs', line 4665 def modified_date @modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
4655 4656 4657 |
# File 'sig/types.rbs', line 4655 def name @name end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
4656 4657 4658 |
# File 'sig/types.rbs', line 4656 def end |
#rejected_patches ⇒ ::Array[::String]
Returns the value of attribute rejected_patches.
4662 4663 4664 |
# File 'sig/types.rbs', line 4662 def rejected_patches @rejected_patches end |
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
Returns the value of attribute rejected_patches_action.
4663 4664 4665 |
# File 'sig/types.rbs', line 4663 def rejected_patches_action @rejected_patches_action end |
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
4667 4668 4669 |
# File 'sig/types.rbs', line 4667 def sources @sources end |