AWS SDK for .NET Documentation
DisableLoggingResult Class
AmazonAmazon.Redshift.ModelDisableLoggingResult Did this page help you?   Yes   No    Tell us about it...
Describes the status of logging for a cluster.
Declaration Syntax
C#
public class DisableLoggingResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DisableLoggingResult()()()()
Initializes a new instance of the DisableLoggingResult class

BucketName
Gets and sets the property BucketName.

The name of the S3 bucket where the log files are stored.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LastFailureMessage
Gets and sets the property LastFailureMessage.

The message indicating that logs failed to be delivered.


LastFailureTime
Gets and sets the property LastFailureTime.

The last time when logs failed to be delivered.


LastSuccessfulDeliveryTime
Gets and sets the property LastSuccessfulDeliveryTime.

The last time when logs were delivered.


LoggingEnabled
Gets and sets the property LoggingEnabled.

CopyC#
true
if logging is on,
CopyC#
false
if logging is off.


S3KeyPrefix
Gets and sets the property S3KeyPrefix.

The prefix applied to the log file names.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBucketName(String) Obsolete.
Sets the BucketName property

WithLastFailureMessage(String) Obsolete.
Sets the LastFailureMessage property

WithLastFailureTime(DateTime) Obsolete.
Sets the LastFailureTime property

WithLastSuccessfulDeliveryTime(DateTime) Obsolete.
Sets the LastSuccessfulDeliveryTime property

WithLoggingEnabled(Boolean) Obsolete.
Sets the LoggingEnabled property

WithS3KeyPrefix(String) Obsolete.
Sets the S3KeyPrefix property

Inheritance Hierarchy
Object
DisableLoggingResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)