DescribeDBLogFilesMessage
public struct DescribeDBLogFilesMessage : AWSShape
extension RDS.DescribeDBLogFilesMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let dBInstanceIdentifier: String -
Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.
Declaration
Swift
public let fileLastWritten: Int64? -
Filters the available log files for log file names that contain the specified string.
Declaration
Swift
public let filenameContains: String? -
Filters the available log files for files larger than the specified size.
Declaration
Swift
public let fileSize: Int64? -
This parameter isn’t currently supported.
Declaration
Swift
public let filters: [Filter]? -
The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.
Declaration
Swift
public let marker: String? -
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.
Declaration
Swift
public let maxRecords: Int? -
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, fileLastWritten: Int64? = nil, filenameContains: String? = nil, fileSize: Int64? = nil, filters: [Filter]? = nil, marker: String? = nil, maxRecords: Int? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> RDS.DescribeDBLogFilesMessage
View on GitHub
DescribeDBLogFilesMessage Structure Reference