DownloadDBLogFilePortionDetails
public struct DownloadDBLogFilePortionDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Boolean value that if true, indicates there is more data to be downloaded.
Declaration
Swift
public let additionalDataPending: Bool?
-
Entries from the specified log file.
Declaration
Swift
public let logFileData: String?
-
A pagination token that can be used in a later DownloadDBLogFilePortion request.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(additionalDataPending: Bool? = nil, logFileData: String? = nil, marker: String? = nil)