AWS SDK for .NET Documentation
DescribeDBLogFilesDetails Class
AmazonAmazon.RDS.ModelDescribeDBLogFilesDetails Did this page help you?   Yes   No    Tell us about it...

This data type is used as a response element to DescribeDBLogFiles.

Declaration Syntax
C#
public class DescribeDBLogFilesDetails
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeDBLogFilesDetails()()()()
Initializes a new instance of the DescribeDBLogFilesDetails class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
DescribeDBLogFilesDetails

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)