PutEventSelectorsResponse
public struct PutEventSelectorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the event selectors configured for your trail.
Declaration
Swift
public let eventSelectors: [EventSelector]?
-
Specifies the ARN of the trail that was updated with event selectors. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
Declaration
Swift
public let trailARN: String?
-
Undocumented
Declaration
Swift
public init(eventSelectors: [EventSelector]? = nil, trailARN: String? = nil)