Class: Aws::Types::PatchSummary
- Inherits:
-
Object
- Object
- Aws::Types::PatchSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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 ⇒ ::Integer
Returns the value of attribute installed_pending_reboot.
-
#installed_rejected_count ⇒ ::Integer
Returns the value of attribute installed_rejected_count.
-
#missing_count ⇒ ::Integer
Returns the value of attribute missing_count.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#operation_end_time ⇒ ::String
Returns the value of attribute operation_end_time.
-
#operation_start_time ⇒ ::String
Returns the value of attribute operation_start_time.
-
#reboot_option ⇒ ::String
Returns the value of attribute reboot_option.
Instance Attribute Details
#failed_count ⇒ ::Integer
Returns the value of attribute failed_count.
6836 6837 6838 |
# File 'sig/types.rbs', line 6836 def failed_count @failed_count end |
#id ⇒ ::String
Returns the value of attribute id.
6833 6834 6835 |
# File 'sig/types.rbs', line 6833 def id @id end |
#installed_count ⇒ ::Integer
Returns the value of attribute installed_count.
6834 6835 6836 |
# File 'sig/types.rbs', line 6834 def installed_count @installed_count end |
#installed_other_count ⇒ ::Integer
Returns the value of attribute installed_other_count.
6837 6838 6839 |
# File 'sig/types.rbs', line 6837 def installed_other_count @installed_other_count end |
#installed_pending_reboot ⇒ ::Integer
Returns the value of attribute installed_pending_reboot.
6839 6840 6841 |
# File 'sig/types.rbs', line 6839 def installed_pending_reboot @installed_pending_reboot end |
#installed_rejected_count ⇒ ::Integer
Returns the value of attribute installed_rejected_count.
6838 6839 6840 |
# File 'sig/types.rbs', line 6838 def installed_rejected_count @installed_rejected_count end |
#missing_count ⇒ ::Integer
Returns the value of attribute missing_count.
6835 6836 6837 |
# File 'sig/types.rbs', line 6835 def missing_count @missing_count end |
#operation ⇒ ::String
Returns the value of attribute operation.
6843 6844 6845 |
# File 'sig/types.rbs', line 6843 def operation @operation end |
#operation_end_time ⇒ ::String
Returns the value of attribute operation_end_time.
6841 6842 6843 |
# File 'sig/types.rbs', line 6841 def operation_end_time @operation_end_time end |
#operation_start_time ⇒ ::String
Returns the value of attribute operation_start_time.
6840 6841 6842 |
# File 'sig/types.rbs', line 6840 def operation_start_time @operation_start_time end |
#reboot_option ⇒ ::String
Returns the value of attribute reboot_option.
6842 6843 6844 |
# File 'sig/types.rbs', line 6842 def reboot_option @reboot_option end |