Detector
public struct Detector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The detector ARN.
Declaration
Swift
public let arn: String?
-
Timestamp of when the detector was created.
Declaration
Swift
public let createdTime: String?
-
The detector description.
Declaration
Swift
public let description: String?
-
The detector ID.
Declaration
Swift
public let detectorId: String?
-
The name of the event type.
Declaration
Swift
public let eventTypeName: String?
-
Timestamp of when the detector was last updated.
Declaration
Swift
public let lastUpdatedTime: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, detectorId: String? = nil, eventTypeName: String? = nil, lastUpdatedTime: String? = nil)