This data type is used as a response element to DescribeDBLogFiles.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeDBLogFilesDetails
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeDBLogFilesDetails()()()() | Initializes a new instance of the DescribeDBLogFilesDetails class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LastWritten | 
            A POSIX timestamp when the last log entry was written.
             
             | 
|  | LogFileName | 
            The name of the log file for the specified DB instance.
             
             | 
|  | Size | 
            The size, in bytes, of the log file for the specified DB instance.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLastWritten(Int64) | Obsolete. 
            Sets the LastWritten property
             | 
|  | WithLogFileName(String) | Obsolete. 
            Sets the LogFileName property
             | 
|  | WithSize(Int64) | Obsolete. 
            Sets the Size property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeDBLogFilesDetails |