Module: Aws::SSM::Client::_DescribePatchGroupStateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePatchGroupStateResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #instances ⇒ ::Integer
- #instances_with_available_security_updates ⇒ ::Integer
- #instances_with_critical_non_compliant_patches ⇒ ::Integer
- #instances_with_failed_patches ⇒ ::Integer
- #instances_with_installed_other_patches ⇒ ::Integer
- #instances_with_installed_patches ⇒ ::Integer
- #instances_with_installed_pending_reboot_patches ⇒ ::Integer
- #instances_with_installed_rejected_patches ⇒ ::Integer
- #instances_with_missing_patches ⇒ ::Integer
- #instances_with_not_applicable_patches ⇒ ::Integer
- #instances_with_other_non_compliant_patches ⇒ ::Integer
- #instances_with_security_non_compliant_patches ⇒ ::Integer
- #instances_with_unreported_not_applicable_patches ⇒ ::Integer
Instance Method Details
#instances ⇒ ::Integer
1192 |
# File 'sig/client.rbs', line 1192
def instances: () -> ::Integer
|
#instances_with_available_security_updates ⇒ ::Integer
1204 |
# File 'sig/client.rbs', line 1204
def instances_with_available_security_updates: () -> ::Integer
|
#instances_with_critical_non_compliant_patches ⇒ ::Integer
1201 |
# File 'sig/client.rbs', line 1201
def instances_with_critical_non_compliant_patches: () -> ::Integer
|
#instances_with_failed_patches ⇒ ::Integer
1198 |
# File 'sig/client.rbs', line 1198
def instances_with_failed_patches: () -> ::Integer
|
#instances_with_installed_other_patches ⇒ ::Integer
1194 |
# File 'sig/client.rbs', line 1194
def instances_with_installed_other_patches: () -> ::Integer
|
#instances_with_installed_patches ⇒ ::Integer
1193 |
# File 'sig/client.rbs', line 1193
def instances_with_installed_patches: () -> ::Integer
|
#instances_with_installed_pending_reboot_patches ⇒ ::Integer
1195 |
# File 'sig/client.rbs', line 1195
def instances_with_installed_pending_reboot_patches: () -> ::Integer
|
#instances_with_installed_rejected_patches ⇒ ::Integer
1196 |
# File 'sig/client.rbs', line 1196
def instances_with_installed_rejected_patches: () -> ::Integer
|
#instances_with_missing_patches ⇒ ::Integer
1197 |
# File 'sig/client.rbs', line 1197
def instances_with_missing_patches: () -> ::Integer
|
#instances_with_not_applicable_patches ⇒ ::Integer
1199 |
# File 'sig/client.rbs', line 1199
def instances_with_not_applicable_patches: () -> ::Integer
|
#instances_with_other_non_compliant_patches ⇒ ::Integer
1203 |
# File 'sig/client.rbs', line 1203
def instances_with_other_non_compliant_patches: () -> ::Integer
|
#instances_with_security_non_compliant_patches ⇒ ::Integer
1202 |
# File 'sig/client.rbs', line 1202
def instances_with_security_non_compliant_patches: () -> ::Integer
|
#instances_with_unreported_not_applicable_patches ⇒ ::Integer
1200 |
# File 'sig/client.rbs', line 1200
def instances_with_unreported_not_applicable_patches: () -> ::Integer
|