GetDetectorResponse
public struct GetDetectorResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp of when the detector was created.
Declaration
Swift
public let createdAt: String?
-
An object that describes which data sources are enabled for the detector.
Declaration
Swift
public let dataSources: DataSourceConfigurationsResult?
-
The publishing frequency of the finding.
Declaration
Swift
public let findingPublishingFrequency: FindingPublishingFrequency?
-
The GuardDuty service role.
Declaration
Swift
public let serviceRole: String
-
The detector status.
Declaration
Swift
public let status: DetectorStatus
-
The tags of the detector resource.
Declaration
Swift
public let tags: [String : String]?
-
The last-updated timestamp for the detector.
Declaration
Swift
public let updatedAt: String?
-
Undocumented
Declaration
Swift
public init(createdAt: String? = nil, dataSources: DataSourceConfigurationsResult? = nil, findingPublishingFrequency: FindingPublishingFrequency? = nil, serviceRole: String, status: DetectorStatus, tags: [String : String]? = nil, updatedAt: String? = nil)