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
- Struct
- Aws::SecurityHub::Types::ContainerDetails
- Defined in:
- (unknown)
Overview
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
-
#image_id ⇒ String
The identifier of the image related to a finding.
-
#image_name ⇒ String
The name of the image related to a finding.
-
#launched_at ⇒ String
Indicates when the container started.
-
#name ⇒ String
The name of the container related to a finding.
Instance Attribute Details
#image_id ⇒ String
The identifier of the image related to a finding.
#image_name ⇒ String
The name of the image related to a finding.
#launched_at ⇒ String
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
.
#name ⇒ String
The name of the container related to a finding.