ConfigExportDeliveryInfo
public struct ConfigExportDeliveryInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time of the last attempted delivery.
Declaration
Swift
public let lastAttemptTime: TimeStamp?
-
The error code from the last attempted delivery.
Declaration
Swift
public let lastErrorCode: String?
-
The error message from the last attempted delivery.
Declaration
Swift
public let lastErrorMessage: String?
-
Status of the last attempted delivery.
Declaration
Swift
public let lastStatus: DeliveryStatus?
-
The time of the last successful delivery.
Declaration
Swift
public let lastSuccessfulTime: TimeStamp?
-
The time that the next delivery occurs.
Declaration
Swift
public let nextDeliveryTime: TimeStamp?
-
init(lastAttemptTime:lastErrorCode:lastErrorMessage:lastStatus:lastSuccessfulTime:nextDeliveryTime:)
Undocumented
Declaration
Swift
public init(lastAttemptTime: TimeStamp? = nil, lastErrorCode: String? = nil, lastErrorMessage: String? = nil, lastStatus: DeliveryStatus? = nil, lastSuccessfulTime: TimeStamp? = nil, nextDeliveryTime: TimeStamp? = nil)