PutPartnerEventsRequestEntry
public struct PutPartnerEventsRequestEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.
Declaration
Swift
public let detail: String? -
A free-form string used to decide what fields to expect in the event detail.
Declaration
Swift
public let detailType: String? -
AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
Declaration
Swift
public let resources: [String]? -
The event source that is generating the evntry.
Declaration
Swift
public let source: String? -
The date and time of the event.
Declaration
Swift
public let time: TimeStamp? -
Undocumented
Declaration
Swift
public init(detail: String? = nil, detailType: String? = nil, resources: [String]? = nil, source: String? = nil, time: TimeStamp? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutPartnerEventsRequestEntry Structure Reference