class Aws::SecurityHub::Types::ContainerDetails

Container details related to a finding.

@note When making an API call, you may pass ContainerDetails

data as a hash:

    {
      name: "NonEmptyString",
      image_id: "NonEmptyString",
      image_name: "NonEmptyString",
      launched_at: "NonEmptyString",
    }

@!attribute [rw] name

The name of the container related to a finding.
@return [String]

@!attribute [rw] image_id

The identifier of the image related to a finding.
@return [String]

@!attribute [rw] image_name

The name of the image related to a finding.
@return [String]

@!attribute [rw] launched_at

Indicates when the container started.

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/ContainerDetails AWS API Documentation

Constants

SENSITIVE