Update
public struct Update : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Unix epoch timestamp in seconds for when the update was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
Any errors associated with a Failed update.
Declaration
Swift
public let errors: [ErrorDetail]?
-
A UUID that is used to track the update.
Declaration
Swift
public let id: String?
-
A key-value map that contains the parameters associated with the update.
Declaration
Swift
public let params: [UpdateParam]?
-
The current status of the update.
Declaration
Swift
public let status: UpdateStatus?
-
The type of the update.
Declaration
Swift
public let type: UpdateType?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, errors: [ErrorDetail]? = nil, id: String? = nil, params: [UpdateParam]? = nil, status: UpdateStatus? = nil, type: UpdateType? = nil)