GetTrailStatusResponse constructor

GetTrailStatusResponse({
  1. bool? isLogging,
  2. String? latestCloudWatchLogsDeliveryError,
  3. DateTime? latestCloudWatchLogsDeliveryTime,
  4. String? latestDeliveryAttemptSucceeded,
  5. String? latestDeliveryAttemptTime,
  6. String? latestDeliveryError,
  7. DateTime? latestDeliveryTime,
  8. String? latestDigestDeliveryError,
  9. DateTime? latestDigestDeliveryTime,
  10. String? latestNotificationAttemptSucceeded,
  11. String? latestNotificationAttemptTime,
  12. String? latestNotificationError,
  13. DateTime? latestNotificationTime,
  14. DateTime? startLoggingTime,
  15. DateTime? stopLoggingTime,
  16. String? timeLoggingStarted,
  17. 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,
});