Method: Aws::SecurityHub::Types::PatchSummary#operation_start_time

Defined in:
lib/aws-sdk-securityhub/types.rb

#operation_start_timeString

Indicates when the operation started.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps

Returns:

  • (String)


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