class Aws::RDS::Types::DescribeDBLogFilesMessage
@note When making an API call, you may pass DescribeDBLogFilesMessage
data as a hash: { db_instance_identifier: "String", # required filename_contains: "String", file_last_written: 1, file_size: 1, filters: [ { name: "String", # required values: ["String"], # required }, ], max_records: 1, marker: "String", }
@!attribute [rw] db_instance_identifier
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. ^ @return [String]
@!attribute [rw] filename_contains
Filters the available log files for log file names that contain the specified string. @return [String]
@!attribute [rw] file_last_written
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds. @return [Integer]
@!attribute [rw] file_size
Filters the available log files for files larger than the specified size. @return [Integer]
@!attribute [rw] filters
This parameter isn't currently supported. @return [Array<Types::Filter>]
@!attribute [rw] max_records
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. @return [Integer]
@!attribute [rw] marker
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBLogFilesMessage AWS API Documentation
Constants
- SENSITIVE