GetOperationDetailRequest
public struct GetOperationDetailRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.
Declaration
Swift
public let operationId: String
-
Undocumented
Declaration
Swift
public init(operationId: String)
-
Declaration
Swift
public func validate(name: String) throws