DescribeEventDetailsResponse
public struct DescribeEventDetailsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Error messages for any events that could not be retrieved.
Declaration
Swift
public let failedSet: [EventDetailsErrorItem]? -
Information about the events that could be retrieved.
Declaration
Swift
public let successfulSet: [EventDetails]? -
Undocumented
Declaration
Swift
public init(failedSet: [EventDetailsErrorItem]? = nil, successfulSet: [EventDetails]? = nil)
View on GitHub
DescribeEventDetailsResponse Structure Reference