operation property

CancelableOperation<AWSHttpResponse> operation
finalinherited

The wrapped CancelableOperation which can be used for cancelable chaining and interop with other CancelableOperations.

Implementation

final CancelableOperation<T> operation;