Describes the status of logging for a cluster.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DisableLoggingResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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. 
             
 | 
|  | 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
 Inheritance Hierarchy| Object | |
|  | DisableLoggingResult | 
 Copy
Copy