Class: Aws::RDS::Types::DescribeDBLogFilesDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

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)


7390
7391
7392
7393
7394
7395
# File 'lib/aws-sdk-rds/types.rb', line 7390

class DescribeDBLogFilesDetails < Struct.new(
  :log_file_name,
  :last_written,
  :size)
  include Aws::Structure
end

#log_file_nameString

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

Returns:

  • (String)


7390
7391
7392
7393
7394
7395
# File 'lib/aws-sdk-rds/types.rb', line 7390

class DescribeDBLogFilesDetails < Struct.new(
  :log_file_name,
  :last_written,
  :size)
  include Aws::Structure
end

#sizeInteger

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

Returns:

  • (Integer)


7390
7391
7392
7393
7394
7395
# File 'lib/aws-sdk-rds/types.rb', line 7390

class DescribeDBLogFilesDetails < Struct.new(
  :log_file_name,
  :last_written,
  :size)
  include Aws::Structure
end