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.
13052 13053 13054 13055 13056 13057 13058 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13052 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.
13052 13053 13054 13055 13056 13057 13058 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13052 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.
13052 13053 13054 13055 13056 13057 13058 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13052 class DescribeDBLogFilesDetails < Struct.new( :log_file_name, :last_written, :size) SENSITIVE = [] include Aws::Structure end |