OperationSummary
public struct OperationSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Identifier returned to track the requested action.
Declaration
Swift
public let operationId: String -
The current status of the requested operation in the system.
Declaration
Swift
public let status: OperationStatus -
The date when the request was submitted.
Declaration
Swift
public let submittedDate: TimeStamp -
Type of the action requested.
Declaration
Swift
public let type: OperationType -
Undocumented
Declaration
Swift
public init(operationId: String, status: OperationStatus, submittedDate: TimeStamp, type: OperationType)
View on GitHub
OperationSummary Structure Reference