ListEventSourceMappingsResponse
public struct ListEventSourceMappingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of event source mappings.
Declaration
Swift
public let eventSourceMappings: [EventSourceMappingConfiguration]? -
A pagination token that’s returned when the response doesn’t contain all event source mappings.
Declaration
Swift
public let nextMarker: String? -
Undocumented
Declaration
Swift
public init(eventSourceMappings: [EventSourceMappingConfiguration]? = nil, nextMarker: String? = nil)
View on GitHub
ListEventSourceMappingsResponse Structure Reference