EventTypeSummary
public struct EventTypeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The system-generated ID of the event.
Declaration
Swift
public let eventTypeId: String? -
The name of the event.
Declaration
Swift
public let eventTypeName: String? -
The resource type of the event.
Declaration
Swift
public let resourceType: String? -
The name of the service for which the event applies.
Declaration
Swift
public let serviceName: String? -
Undocumented
Declaration
Swift
public init(eventTypeId: String? = nil, eventTypeName: String? = nil, resourceType: String? = nil, serviceName: String? = nil)
View on GitHub
EventTypeSummary Structure Reference