Class: Aws::Types::CreatePatchBaselineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePatchBaselineRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#approval_rules ⇒ Types::PatchRuleGroup
Returns the value of attribute approval_rules.
797 798 799 |
# File 'sig/types.rbs', line 797 def approval_rules @approval_rules end |
#approved_patches ⇒ ::Array[::String]
Returns the value of attribute approved_patches.
798 799 800 |
# File 'sig/types.rbs', line 798 def approved_patches @approved_patches end |
#approved_patches_compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute approved_patches_compliance_level.
799 800 801 |
# File 'sig/types.rbs', line 799 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.
800 801 802 |
# File 'sig/types.rbs', line 800 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.
805 806 807 |
# File 'sig/types.rbs', line 805 def available_security_updates_compliance_status @available_security_updates_compliance_status end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
806 807 808 |
# File 'sig/types.rbs', line 806 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
803 804 805 |
# File 'sig/types.rbs', line 803 def description @description end |
#global_filters ⇒ Types::PatchFilterGroup
Returns the value of attribute global_filters.
796 797 798 |
# File 'sig/types.rbs', line 796 def global_filters @global_filters end |
#name ⇒ ::String
Returns the value of attribute name.
795 796 797 |
# File 'sig/types.rbs', line 795 def name @name end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
794 795 796 |
# File 'sig/types.rbs', line 794 def end |
#rejected_patches ⇒ ::Array[::String]
Returns the value of attribute rejected_patches.
801 802 803 |
# File 'sig/types.rbs', line 801 def rejected_patches @rejected_patches end |
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
Returns the value of attribute rejected_patches_action.
802 803 804 |
# File 'sig/types.rbs', line 802 def rejected_patches_action @rejected_patches_action end |
#sources ⇒ ::Array[Types::PatchSource]
Returns the value of attribute sources.
804 805 806 |
# File 'sig/types.rbs', line 804 def sources @sources end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
807 808 809 |
# File 'sig/types.rbs', line 807 def end |