Module: Aws::SSM::Client::_GetPatchBaselineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPatchBaselineResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approval_rules ⇒ Types::PatchRuleGroup
- #approved_patches ⇒ ::Array[::String]
- #approved_patches_compliance_level ⇒ "CRITICAL", ...
- #approved_patches_enable_non_security ⇒ Boolean
- #available_security_updates_compliance_status ⇒ "COMPLIANT", "NON_COMPLIANT"
- #baseline_id ⇒ ::String
- #created_date ⇒ ::Time
- #description ⇒ ::String
- #global_filters ⇒ Types::PatchFilterGroup
- #modified_date ⇒ ::Time
- #name ⇒ ::String
- #operating_system ⇒ "WINDOWS", ...
- #patch_groups ⇒ ::Array[::String]
- #rejected_patches ⇒ ::Array[::String]
- #rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
- #sources ⇒ ::Array[Types::PatchSource]
Instance Method Details
#approval_rules ⇒ Types::PatchRuleGroup
1727 |
# File 'sig/client.rbs', line 1727
def approval_rules: () -> Types::PatchRuleGroup
|
#approved_patches ⇒ ::Array[::String]
1728 |
# File 'sig/client.rbs', line 1728
def approved_patches: () -> ::Array[::String]
|
#approved_patches_compliance_level ⇒ "CRITICAL", ...
1729 |
# File 'sig/client.rbs', line 1729
def approved_patches_compliance_level: () -> ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "INFORMATIONAL" | "UNSPECIFIED")
|
#approved_patches_enable_non_security ⇒ Boolean
1730 |
# File 'sig/client.rbs', line 1730
def approved_patches_enable_non_security: () -> bool
|
#available_security_updates_compliance_status ⇒ "COMPLIANT", "NON_COMPLIANT"
1738 |
# File 'sig/client.rbs', line 1738
def available_security_updates_compliance_status: () -> ("COMPLIANT" | "NON_COMPLIANT")
|
#baseline_id ⇒ ::String
1723 |
# File 'sig/client.rbs', line 1723
def baseline_id: () -> ::String
|
#created_date ⇒ ::Time
1734 |
# File 'sig/client.rbs', line 1734
def created_date: () -> ::Time
|
#description ⇒ ::String
1736 |
# File 'sig/client.rbs', line 1736
def description: () -> ::String
|
#global_filters ⇒ Types::PatchFilterGroup
1726 |
# File 'sig/client.rbs', line 1726
def global_filters: () -> Types::PatchFilterGroup
|
#modified_date ⇒ ::Time
1735 |
# File 'sig/client.rbs', line 1735
def modified_date: () -> ::Time
|
#name ⇒ ::String
1724 |
# File 'sig/client.rbs', line 1724
def name: () -> ::String
|
#operating_system ⇒ "WINDOWS", ...
1725 |
# File 'sig/client.rbs', line 1725
def operating_system: () -> ("WINDOWS" | "AMAZON_LINUX" | "AMAZON_LINUX_2" | "AMAZON_LINUX_2022" | "UBUNTU" | "REDHAT_ENTERPRISE_LINUX" | "SUSE" | "CENTOS" | "ORACLE_LINUX" | "DEBIAN" | "MACOS" | "RASPBIAN" | "ROCKY_LINUX" | "ALMA_LINUX" | "AMAZON_LINUX_2023")
|
#patch_groups ⇒ ::Array[::String]
1733 |
# File 'sig/client.rbs', line 1733
def patch_groups: () -> ::Array[::String]
|
#rejected_patches ⇒ ::Array[::String]
1731 |
# File 'sig/client.rbs', line 1731
def rejected_patches: () -> ::Array[::String]
|
#rejected_patches_action ⇒ "ALLOW_AS_DEPENDENCY", "BLOCK"
1732 |
# File 'sig/client.rbs', line 1732
def rejected_patches_action: () -> ("ALLOW_AS_DEPENDENCY" | "BLOCK")
|
#sources ⇒ ::Array[Types::PatchSource]
1737 |
# File 'sig/client.rbs', line 1737
def sources: () -> ::Array[Types::PatchSource]
|