Method: Aws::SecurityHub::Types::PatchSummary#reboot_option
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#reboot_option ⇒ String
The reboot option specified for the instance.
Length Constraints: Minimum length of 1. Maximum length of 256.
26808 26809 26810 26811 26812 26813 26814 26815 26816 26817 26818 26819 26820 26821 26822 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26808 class PatchSummary < Struct.new( :id, :installed_count, :missing_count, :failed_count, :installed_other_count, :installed_rejected_count, :installed_pending_reboot, :operation_start_time, :operation_end_time, :reboot_option, :operation) SENSITIVE = [] include Aws::Structure end |