Class: Aws::RDS::Types::DescribeDBLogFilesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBLogFilesMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ String
The customer-assigned name of the DB instance that contains the log files you want to list.
-
#file_last_written ⇒ Integer
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
-
#file_size ⇒ Integer
Filters the available log files for files larger than the specified size.
-
#filename_contains ⇒ String
Filters the available log files for log file names that contain the specified string.
-
#filters ⇒ Array<Types::Filter>
This parameter isn't currently supported.
-
#marker ⇒ String
The pagination token provided in the previous request.
-
#max_records ⇒ Integer
The maximum number of records to include in the response.
Instance Attribute Details
#db_instance_identifier ⇒ String
The customer-assigned name of the DB instance that contains the log files you want to list.
Constraints:
- Must match the identifier of an existing DBInstance.
^
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#file_last_written ⇒ Integer
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#file_size ⇒ Integer
Filters the available log files for files larger than the specified size.
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#filename_contains ⇒ String
Filters the available log files for log file names that contain the specified string.
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
This parameter isn't currently supported.
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.
14118 14119 14120 14121 14122 14123 14124 14125 14126 14127 14128 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14118 class DescribeDBLogFilesMessage < Struct.new( :db_instance_identifier, :filename_contains, :file_last_written, :file_size, :filters, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |