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
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#last_writtenInteger

A POSIX timestamp when the last log entry was written.

Returns:

  • (Integer)

    A POSIX timestamp when the last log entry was written.

#log_file_nameString

The name of the log file for the specified DB instance.

Returns:

  • (String)

    The name of the log file for the specified DB instance.

#sizeInteger

The size, in bytes, of the log file for the specified DB instance.

Returns:

  • (Integer)

    The size, in bytes, of the log file for the specified DB instance.