Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_writtenInteger

A POSIX timestamp when the last log entry was written.

Returns:

  • (Integer)

13179
13180
13181
13182
13183
13184
13185
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13179

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

#log_file_nameString

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

Returns:

  • (String)

13179
13180
13181
13182
13183
13184
13185
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13179

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

#sizeInteger

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

Returns:

  • (Integer)

13179
13180
13181
13182
13183
13184
13185
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13179

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