You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::DescribeDBLogFilesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBLogFilesDetails
- Defined in:
- (unknown)
Overview
This data type is used as a response element to DescribeDBLogFiles
.
Instance Attribute Summary collapse
-
#last_written ⇒ Integer
A POSIX timestamp when the last log entry was written.
-
#log_file_name ⇒ String
The name of the log file for the specified DB instance.
-
#size ⇒ Integer
The size, in bytes, of the log file for the specified DB instance.
Instance Attribute Details
#last_written ⇒ Integer
A POSIX timestamp when the last log entry was written.
#log_file_name ⇒ String
The name of the log file for the specified DB instance.
#size ⇒ Integer
The size, in bytes, of the log file for the specified DB instance.