ConfigExportDeliveryInfo class

Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.

Constructors

ConfigExportDeliveryInfo({DateTime? lastAttemptTime, String? lastErrorCode, String? lastErrorMessage, DeliveryStatus? lastStatus, DateTime? lastSuccessfulTime, DateTime? nextDeliveryTime})
ConfigExportDeliveryInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastAttemptTime DateTime?
The time of the last attempted delivery.
final
lastErrorCode String?
The error code from the last attempted delivery.
final
lastErrorMessage String?
The error message from the last attempted delivery.
final
lastStatus DeliveryStatus?
Status of the last attempted delivery.
final
lastSuccessfulTime DateTime?
The time of the last successful delivery.
final
nextDeliveryTime DateTime?
The time that the next delivery occurs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited