GetEventTypesResult
public struct GetEventTypesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of event types.
Declaration
Swift
public let eventTypes: [EventType]? -
The next page token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(eventTypes: [EventType]? = nil, nextToken: String? = nil)
View on GitHub
GetEventTypesResult Structure Reference