DeleteFlowLogsResult
public struct DeleteFlowLogsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the flow logs that could not be deleted successfully.
Declaration
Swift
public let unsuccessful: [UnsuccessfulItem]?
-
Undocumented
Declaration
Swift
public init(unsuccessful: [UnsuccessfulItem]? = nil)