LoggingStatus
public struct LoggingStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the S3 bucket where the log files are stored.
Declaration
Swift
public let bucketName: String? -
The message indicating that logs failed to be delivered.
Declaration
Swift
public let lastFailureMessage: String? -
The last time when logs failed to be delivered.
Declaration
Swift
public let lastFailureTime: TimeStamp? -
The last time that logs were delivered.
Declaration
Swift
public let lastSuccessfulDeliveryTime: TimeStamp? -
true if logging is on, false if logging is off.
Declaration
Swift
public let loggingEnabled: Bool? -
The prefix applied to the log file names.
Declaration
Swift
public let s3KeyPrefix: String?
View on GitHub
LoggingStatus Structure Reference