Class: Aws::Telemetry::NoOpContextManager
- Inherits:
-
ContextManagerBase
- Object
- ContextManagerBase
- Aws::Telemetry::NoOpContextManager
- Defined in:
- lib/aws-sdk-core/telemetry/no_op.rb
Overview
No-op implementation for ContextManagerBase.
Instance Method Summary collapse
Instance Method Details
#attach(context) ⇒ Object
65 |
# File 'lib/aws-sdk-core/telemetry/no_op.rb', line 65 def attach(context); end |
#current ⇒ Object
63 |
# File 'lib/aws-sdk-core/telemetry/no_op.rb', line 63 def current; end |
#detach(token) ⇒ Object
67 |
# File 'lib/aws-sdk-core/telemetry/no_op.rb', line 67 def detach(token); end |