Returns the objects or data listed below if successful. Otherwise, returns an error.
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetTrailStatusResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetTrailStatusResult()()()() | Initializes a new instance of the GetTrailStatusResult class | 
|  | 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.) | 
|  | IsLogging | 
            Whether the CloudTrail is currently logging AWS API calls.
             
             | 
|  | LatestDeliveryAttemptSucceeded | 
            The last time CloudTrail successfully delivered a log file to an account's Amazon S3 bucket.
             
             | 
|  | LatestDeliveryAttemptTime | 
            The last time CloudTrail attempted to deliver a file to an account's Amazon S3 bucket.
             
             | 
|  | LatestDeliveryError | 
            Information about the most recent error CloudTrail encountered when attempting to deliver log files to the account's Amazon S3 bucket.
             
             | 
|  | LatestDeliveryTime | |
|  | LatestNotificationAttemptSucceeded | 
            The last time CloudTrail successfully notified an account's owner of a log delivery to the account's Amazon S3 bucket.
             
             | 
|  | LatestNotificationAttemptTime | 
            The last time CloudTrail attempted to notify an account's owner of a log delivery to the account's Amazon S3 bucket.
             
             | 
|  | LatestNotificationError | 
            Information about the most recent error CloudTrail encountered when attempting to send an Amazon SNS notification.
             
             | 
|  | LatestNotificationTime | |
|  | StartLoggingTime | |
|  | StopLoggingTime | |
|  | TimeLoggingStarted | 
            The time at which CloudTrail started logging AWS API calls for an account.
             
             | 
|  | TimeLoggingStopped | 
            The time at which CloudTrail stopped logging AWS API calls for an account.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIsLogging(Boolean) | Obsolete. 
            Sets the IsLogging property
             | 
|  | WithLatestDeliveryAttemptSucceeded(String) | Obsolete. 
            Sets the LatestDeliveryAttemptSucceeded property
             | 
|  | WithLatestDeliveryAttemptTime(String) | Obsolete. 
            Sets the LatestDeliveryAttemptTime property
             | 
|  | WithLatestDeliveryError(String) | Obsolete. 
            Sets the LatestDeliveryError property
             | 
|  | WithLatestDeliveryTime(DateTime) | Obsolete. 
            Sets the LatestDeliveryTime property
             | 
|  | WithLatestNotificationAttemptSucceeded(String) | Obsolete. 
            Sets the LatestNotificationAttemptSucceeded property
             | 
|  | WithLatestNotificationAttemptTime(String) | Obsolete. 
            Sets the LatestNotificationAttemptTime property
             | 
|  | WithLatestNotificationError(String) | Obsolete. 
            Sets the LatestNotificationError property
             | 
|  | WithLatestNotificationTime(DateTime) | Obsolete. 
            Sets the LatestNotificationTime property
             | 
|  | WithStartLoggingTime(DateTime) | Obsolete. 
            Sets the StartLoggingTime property
             | 
|  | WithStopLoggingTime(DateTime) | Obsolete. 
            Sets the StopLoggingTime property
             | 
|  | WithTimeLoggingStarted(String) | Obsolete. 
            Sets the TimeLoggingStarted property
             | 
|  | WithTimeLoggingStopped(String) | Obsolete. 
            Sets the TimeLoggingStopped property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | GetTrailStatusResult |