ContainerDetails

public struct ContainerDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the image related to a finding.

    Declaration

    Swift

    public let imageId: String?
  • The name of the image related to a finding.

    Declaration

    Swift

    public let imageName: 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.

    Declaration

    Swift

    public let launchedAt: String?
  • The name of the container related to a finding.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(imageId: String? = nil, imageName: String? = nil, launchedAt: String? = nil, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws