class Aws::Redshift::Types::LoggingStatus

Describes the status of logging for a cluster.

@!attribute [rw] logging_enabled

`true` if logging is on, `false` if logging is off.
@return [Boolean]

@!attribute [rw] bucket_name

The name of the S3 bucket where the log files are stored.
@return [String]

@!attribute [rw] s3_key_prefix

The prefix applied to the log file names.
@return [String]

@!attribute [rw] last_successful_delivery_time

The last time that logs were delivered.
@return [Time]

@!attribute [rw] last_failure_time

The last time when logs failed to be delivered.
@return [Time]

@!attribute [rw] last_failure_message

The message indicating that logs failed to be delivered.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LoggingStatus AWS API Documentation

Constants

SENSITIVE