DescribeDBLogFilesDetails
public struct DescribeDBLogFilesDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A POSIX timestamp when the last log entry was written.
Declaration
Swift
public let lastWritten: Int64?
-
The name of the log file for the specified DB instance.
Declaration
Swift
public let logFileName: String?
-
The size, in bytes, of the log file for the specified DB instance.
Declaration
Swift
public let size: Int64?
-
Undocumented
Declaration
Swift
public init(lastWritten: Int64? = nil, logFileName: String? = nil, size: Int64? = nil)