Finding

public struct Finding : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the account in which the finding was generated.

    Declaration

    Swift

    public let accountId: String
  • arn

    The ARN of the finding.

    Declaration

    Swift

    public let arn: String
  • The confidence score for the finding.

    Declaration

    Swift

    public let confidence: Double?
  • The time and date when the finding was created.

    Declaration

    Swift

    public let createdAt: String
  • The description of the finding.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the finding.

    Declaration

    Swift

    public let id: String
  • The partition associated with the finding.

    Declaration

    Swift

    public let partition: String?
  • The Region where the finding was generated.

    Declaration

    Swift

    public let region: String
  • Undocumented

    Declaration

    Swift

    public let resource: Resource
  • The version of the schema used for the finding.

    Declaration

    Swift

    public let schemaVersion: String
  • Undocumented

    Declaration

    Swift

    public let service: Service?
  • The severity of the finding.

    Declaration

    Swift

    public let severity: Double
  • The title of the finding.

    Declaration

    Swift

    public let title: String?
  • The type of finding.

    Declaration

    Swift

    public let type: String
  • The time and date when the finding was last updated.

    Declaration

    Swift

    public let updatedAt: String
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, arn: String, confidence: Double? = nil, createdAt: String, description: String? = nil, id: String, partition: String? = nil, region: String, resource: Resource, schemaVersion: String, service: Service? = nil, severity: Double, title: String? = nil, type: String, updatedAt: String)