GetTrailStatusResponse constructor
GetTrailStatusResponse({
- bool? isLogging,
- String? latestCloudWatchLogsDeliveryError,
- DateTime? latestCloudWatchLogsDeliveryTime,
- String? latestDeliveryAttemptSucceeded,
- String? latestDeliveryAttemptTime,
- String? latestDeliveryError,
- DateTime? latestDeliveryTime,
- String? latestDigestDeliveryError,
- DateTime? latestDigestDeliveryTime,
- String? latestNotificationAttemptSucceeded,
- String? latestNotificationAttemptTime,
- String? latestNotificationError,
- DateTime? latestNotificationTime,
- DateTime? startLoggingTime,
- DateTime? stopLoggingTime,
- String? timeLoggingStarted,
- String? timeLoggingStopped,
Implementation
GetTrailStatusResponse({
this.isLogging,
this.latestCloudWatchLogsDeliveryError,
this.latestCloudWatchLogsDeliveryTime,
this.latestDeliveryAttemptSucceeded,
this.latestDeliveryAttemptTime,
this.latestDeliveryError,
this.latestDeliveryTime,
this.latestDigestDeliveryError,
this.latestDigestDeliveryTime,
this.latestNotificationAttemptSucceeded,
this.latestNotificationAttemptTime,
this.latestNotificationError,
this.latestNotificationTime,
this.startLoggingTime,
this.stopLoggingTime,
this.timeLoggingStarted,
this.timeLoggingStopped,
});