Service
public struct Service : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the activity that is described in a finding.
Declaration
Swift
public let action: Action?
-
Indicates whether this finding is archived.
Declaration
Swift
public let archived: Bool?
-
The total count of the occurrences of this finding type.
Declaration
Swift
public let count: Int?
-
The detector ID for the GuardDuty service.
Declaration
Swift
public let detectorId: String?
-
The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.
Declaration
Swift
public let eventFirstSeen: String?
-
The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.
Declaration
Swift
public let eventLastSeen: String?
-
An evidence object associated with the service.
Declaration
Swift
public let evidence: Evidence?
-
The resource role information for this finding.
Declaration
Swift
public let resourceRole: String?
-
The name of the AWS service (GuardDuty) that generated a finding.
Declaration
Swift
public let serviceName: String?
-
Feedback that was submitted about the finding.
Declaration
Swift
public let userFeedback: String?
-
init(action:archived:count:detectorId:eventFirstSeen:eventLastSeen:evidence:resourceRole:serviceName:userFeedback:)
Undocumented