ChangeSummary
public struct ChangeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of the change.
Declaration
Swift
public let changeType: String?
-
This object contains details specific to the change type of the requested change.
Declaration
Swift
public let details: String?
-
The entity to be changed.
Declaration
Swift
public let entity: Entity?
-
An array of ErrorDetail objects associated with the change.
Declaration
Swift
public let errorDetailList: [ErrorDetail]?
-
Undocumented
Declaration
Swift
public init(changeType: String? = nil, details: String? = nil, entity: Entity? = nil, errorDetailList: [ErrorDetail]? = nil)