You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::ContainerDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ContainerDetails as input to an Aws::Client method, you can use a vanilla Hash:

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

Container details related to a finding.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#image_idString

The identifier of the image related to a finding.

Returns:

  • (String)

    The identifier of the image related to a finding.

#image_nameString

The name of the image related to a finding.

Returns:

  • (String)

    The name of the image related to a finding.

#launched_atString

Indicates when the container started.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)

    Indicates when the container started.

#nameString

The name of the container related to a finding.

Returns:

  • (String)

    The name of the container related to a finding.