Class: Aws::Types::GetPatchBaselineResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPatchBaselineResult
- 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.
-
#patch_groups ⇒ ::Array[::String]
Returns the value of attribute patch_groups.
-
#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.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def approval_rules @approval_rules end |
#approved_patches ⇒ ::Array[::String]
Returns the value of attribute approved_patches.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def approved_patches @approved_patches end |
#approved_patches_compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute approved_patches_compliance_level.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 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.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 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.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def available_security_updates_compliance_status @available_security_updates_compliance_status end |
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def baseline_id @baseline_id end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def description @description end |
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def global_filters @global_filters end |
#modified_date ⇒ ::Time
Returns the value of attribute modified_date.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def modified_date @modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def name @name end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def end |
#patch_groups ⇒ ::Array[::String]
Returns the value of attribute patch_groups.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def patch_groups @patch_groups end |
#rejected_patches ⇒ ::Array[::String]
Returns the value of attribute rejected_patches.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def rejected_patches @rejected_patches end |
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
Returns the value of attribute rejected_patches_action.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def rejected_patches_action @rejected_patches_action end |
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def sources @sources end |