Operation
public struct Operation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp when the operation was initialized (e.g., 1479816991.349).
Declaration
Swift
public let createdAt: TimeStamp?
-
The error code.
Declaration
Swift
public let errorCode: String?
-
The error details.
Declaration
Swift
public let errorDetails: String?
-
The ID of the operation.
Declaration
Swift
public let id: String?
-
A Boolean value indicating whether the operation is terminal.
Declaration
Swift
public let isTerminal: Bool?
-
The AWS Region and Availability Zone.
Declaration
Swift
public let location: ResourceLocation?
-
Details about the operation (e.g., Debian-1GB-Ohio-1).
Declaration
Swift
public let operationDetails: String?
-
The type of operation.
Declaration
Swift
public let operationType: OperationType?
-
The resource name.
Declaration
Swift
public let resourceName: String?
-
The resource type.
Declaration
Swift
public let resourceType: ResourceType?
-
The status of the operation.
Declaration
Swift
public let status: OperationStatus?
-
The timestamp when the status was changed (e.g., 1479816991.349).
Declaration
Swift
public let statusChangedAt: TimeStamp?
-
init(createdAt:errorCode:errorDetails:id:isTerminal:location:operationDetails:operationType:resourceName:resourceType:status:statusChangedAt:)
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, errorCode: String? = nil, errorDetails: String? = nil, id: String? = nil, isTerminal: Bool? = nil, location: ResourceLocation? = nil, operationDetails: String? = nil, operationType: OperationType? = nil, resourceName: String? = nil, resourceType: ResourceType? = nil, status: OperationStatus? = nil, statusChangedAt: TimeStamp? = nil)