Class: Aws::Types::InstancePatchState
- Inherits:
-
Object
- Object
- Aws::Types::InstancePatchState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_security_update_count ⇒ ::Integer
Returns the value of attribute available_security_update_count.
-
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
-
#critical_non_compliant_count ⇒ ::Integer
Returns the value of attribute critical_non_compliant_count.
-
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
-
#install_override_list ⇒ ::String
Returns the value of attribute install_override_list.
-
#installed_count ⇒ ::Integer
Returns the value of attribute installed_count.
-
#installed_other_count ⇒ ::Integer
Returns the value of attribute installed_other_count.
-
#installed_pending_reboot_count ⇒ ::Integer
Returns the value of attribute installed_pending_reboot_count.
-
#installed_rejected_count ⇒ ::Integer
Returns the value of attribute installed_rejected_count.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#last_no_reboot_install_operation_time ⇒ ::Time
Returns the value of attribute last_no_reboot_install_operation_time.
-
#missing_count ⇒ ::Integer
Returns the value of attribute missing_count.
-
#not_applicable_count ⇒ ::Integer
Returns the value of attribute not_applicable_count.
-
#operation ⇒ "Scan", "Install"
Returns the value of attribute operation.
-
#operation_end_time ⇒ ::Time
Returns the value of attribute operation_end_time.
-
#operation_start_time ⇒ ::Time
Returns the value of attribute operation_start_time.
-
#other_non_compliant_count ⇒ ::Integer
Returns the value of attribute other_non_compliant_count.
-
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
-
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
-
#reboot_option ⇒ "RebootIfNeeded", "NoReboot"
Returns the value of attribute reboot_option.
-
#security_non_compliant_count ⇒ ::Integer
Returns the value of attribute security_non_compliant_count.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#unreported_not_applicable_count ⇒ ::Integer
Returns the value of attribute unreported_not_applicable_count.
Instance Attribute Details
#available_security_update_count ⇒ ::Integer
Returns the value of attribute available_security_update_count.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def available_security_update_count @available_security_update_count end |
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def baseline_id @baseline_id end |
#critical_non_compliant_count ⇒ ::Integer
Returns the value of attribute critical_non_compliant_count.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def critical_non_compliant_count @critical_non_compliant_count end |
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def failed_count @failed_count end |
#install_override_list ⇒ ::String
Returns the value of attribute install_override_list.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def install_override_list @install_override_list end |
#installed_count ⇒ ::Integer
Returns the value of attribute installed_count.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def installed_count @installed_count end |
#installed_other_count ⇒ ::Integer
Returns the value of attribute installed_other_count.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def installed_other_count @installed_other_count end |
#installed_pending_reboot_count ⇒ ::Integer
Returns the value of attribute installed_pending_reboot_count.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def installed_pending_reboot_count @installed_pending_reboot_count end |
#installed_rejected_count ⇒ ::Integer
Returns the value of attribute installed_rejected_count.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def installed_rejected_count @installed_rejected_count end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def instance_id @instance_id end |
#last_no_reboot_install_operation_time ⇒ ::Time
Returns the value of attribute last_no_reboot_install_operation_time.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def last_no_reboot_install_operation_time @last_no_reboot_install_operation_time end |
#missing_count ⇒ ::Integer
Returns the value of attribute missing_count.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def missing_count @missing_count end |
#not_applicable_count ⇒ ::Integer
Returns the value of attribute not_applicable_count.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def not_applicable_count @not_applicable_count end |
#operation ⇒ "Scan", "Install"
Returns the value of attribute operation.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def operation @operation end |
#operation_end_time ⇒ ::Time
Returns the value of attribute operation_end_time.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def operation_end_time @operation_end_time end |
#operation_start_time ⇒ ::Time
Returns the value of attribute operation_start_time.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def operation_start_time @operation_start_time end |
#other_non_compliant_count ⇒ ::Integer
Returns the value of attribute other_non_compliant_count.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def other_non_compliant_count @other_non_compliant_count end |
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def owner_information @owner_information end |
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def patch_group @patch_group end |
#reboot_option ⇒ "RebootIfNeeded", "NoReboot"
Returns the value of attribute reboot_option.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def reboot_option @reboot_option end |
#security_non_compliant_count ⇒ ::Integer
Returns the value of attribute security_non_compliant_count.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def security_non_compliant_count @security_non_compliant_count end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def snapshot_id @snapshot_id end |
#unreported_not_applicable_count ⇒ ::Integer
Returns the value of attribute unreported_not_applicable_count.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def unreported_not_applicable_count @unreported_not_applicable_count end |