Class: Aws::RDS::Types::DescribeDBLogFilesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBLogFilesDetails
- 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
-
#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.
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_name ⇒ String
The name of the log file for the specified DB instance.
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 |
#size ⇒ Integer
The size, in bytes, of the log file for the specified DB instance.
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 |