Class: Aws::Types::DescribePatchGroupStateResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribePatchGroupStateResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Integer
Returns the value of attribute instances.
-
#instances_with_available_security_updates ⇒ ::Integer
Returns the value of attribute instances_with_available_security_updates.
-
#instances_with_critical_non_compliant_patches ⇒ ::Integer
Returns the value of attribute instances_with_critical_non_compliant_patches.
-
#instances_with_failed_patches ⇒ ::Integer
Returns the value of attribute instances_with_failed_patches.
-
#instances_with_installed_other_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_other_patches.
-
#instances_with_installed_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_patches.
-
#instances_with_installed_pending_reboot_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_pending_reboot_patches.
-
#instances_with_installed_rejected_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_rejected_patches.
-
#instances_with_missing_patches ⇒ ::Integer
Returns the value of attribute instances_with_missing_patches.
-
#instances_with_not_applicable_patches ⇒ ::Integer
Returns the value of attribute instances_with_not_applicable_patches.
-
#instances_with_other_non_compliant_patches ⇒ ::Integer
Returns the value of attribute instances_with_other_non_compliant_patches.
-
#instances_with_security_non_compliant_patches ⇒ ::Integer
Returns the value of attribute instances_with_security_non_compliant_patches.
-
#instances_with_unreported_not_applicable_patches ⇒ ::Integer
Returns the value of attribute instances_with_unreported_not_applicable_patches.
Instance Attribute Details
#instances ⇒ ::Integer
Returns the value of attribute instances.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def instances @instances end |
#instances_with_available_security_updates ⇒ ::Integer
Returns the value of attribute instances_with_available_security_updates.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def instances_with_available_security_updates @instances_with_available_security_updates end |
#instances_with_critical_non_compliant_patches ⇒ ::Integer
Returns the value of attribute instances_with_critical_non_compliant_patches.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def instances_with_critical_non_compliant_patches @instances_with_critical_non_compliant_patches end |
#instances_with_failed_patches ⇒ ::Integer
Returns the value of attribute instances_with_failed_patches.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def instances_with_failed_patches @instances_with_failed_patches end |
#instances_with_installed_other_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_other_patches.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def instances_with_installed_other_patches @instances_with_installed_other_patches end |
#instances_with_installed_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_patches.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def instances_with_installed_patches @instances_with_installed_patches end |
#instances_with_installed_pending_reboot_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_pending_reboot_patches.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def instances_with_installed_pending_reboot_patches @instances_with_installed_pending_reboot_patches end |
#instances_with_installed_rejected_patches ⇒ ::Integer
Returns the value of attribute instances_with_installed_rejected_patches.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def instances_with_installed_rejected_patches @instances_with_installed_rejected_patches end |
#instances_with_missing_patches ⇒ ::Integer
Returns the value of attribute instances_with_missing_patches.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def instances_with_missing_patches @instances_with_missing_patches end |
#instances_with_not_applicable_patches ⇒ ::Integer
Returns the value of attribute instances_with_not_applicable_patches.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def instances_with_not_applicable_patches @instances_with_not_applicable_patches end |
#instances_with_other_non_compliant_patches ⇒ ::Integer
Returns the value of attribute instances_with_other_non_compliant_patches.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def instances_with_other_non_compliant_patches @instances_with_other_non_compliant_patches end |
#instances_with_security_non_compliant_patches ⇒ ::Integer
Returns the value of attribute instances_with_security_non_compliant_patches.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def instances_with_security_non_compliant_patches @instances_with_security_non_compliant_patches end |
#instances_with_unreported_not_applicable_patches ⇒ ::Integer
Returns the value of attribute instances_with_unreported_not_applicable_patches.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def instances_with_unreported_not_applicable_patches @instances_with_unreported_not_applicable_patches end |