class Aws::Telemetry::NoOpContextManager

No-op implementation for {ContextManagerBase}.

Public Instance Methods

attach(context) click to toggle source
# File lib/aws-sdk-core/telemetry/no_op.rb, line 65
def attach(context); end
current() click to toggle source
# File lib/aws-sdk-core/telemetry/no_op.rb, line 63
def current; end
detach(token) click to toggle source
# File lib/aws-sdk-core/telemetry/no_op.rb, line 67
def detach(token); end