IS3BucketLoggingStatus
Interface in AWS.S3
Interface for BucketLoggingStatus docuements.
Properties
LoggingEnabled
property LoggingEnabled: IS3LoggingEnabled
Type: IS3LoggingEnabled
Configuration to enable logging.
Set to nil to disable logging for the bucket.
Methods
ToString
function ToString: string;
Convert to string.
Returns
A string containing the XML representation.
ToXML
function ToXML: IXMLDocument;
Convert to XML.
Returns
An XML representation.