# * DBInstanceIdentifier <~String> - ID of instance to retrieve information for. Required.
# * Options <~Hash> - Hash of options. Optional. The following keys are used:
# * :file_last_written <~Long> - Filter available log files for those written after this time. Optional.
# * :file_size <~Long> - Filters the available log files for files larger than the specified size. Optional.
# * :filename_contains <~String> - Filters the available log files for log file names that contain the specified string. Optional.
# * :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. Optional.
# * :max_records <~Integer> - The maximum number of records to include in the response. If more records exist, a pagination token is included in the response. Optional.