class Aws::SecurityHub::Types::ProcessDetails
The details of process-related information about a finding.
@note When making an API call, you may pass ProcessDetails
data as a hash: { name: "NonEmptyString", path: "NonEmptyString", pid: 1, parent_pid: 1, launched_at: "NonEmptyString", terminated_at: "NonEmptyString", }
@!attribute [rw] name
The name of the process. @return [String]
@!attribute [rw] path
The path to the process executable. @return [String]
@!attribute [rw] pid
The process ID. @return [Integer]
@!attribute [rw] parent_pid
The parent process ID. @return [Integer]
@!attribute [rw] launched_at
Indicates when the process was launched. Uses the `date-time` format specified in [RFC 3339 section 5.6, Internet Date/Time Format][1]. The value cannot contain spaces. For example, `2020-03-22T13:22:13.933Z`. [1]: https://tools.ietf.org/html/rfc3339#section-5.6 @return [String]
@!attribute [rw] terminated_at
Indicates when the process was terminated. Uses the `date-time` format specified in [RFC 3339 section 5.6, Internet Date/Time Format][1]. The value cannot contain spaces. For example, `2020-03-22T13:22:13.933Z`. [1]: https://tools.ietf.org/html/rfc3339#section-5.6 @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/ProcessDetails AWS API Documentation
Constants
- SENSITIVE