class Aws::Telemetry::NoOpSpan

No-op implementation for {SpanBase}.

def add_attributes(attributes)

def add_attributes(attributes)
  self
end

def add_event(name, attributes: nil)

def add_event(name, attributes: nil)
  self
end

def finish(end_timestamp: nil)

def finish(end_timestamp: nil)
  self
end

def record_exception(exception, attributes: nil); end

def record_exception(exception, attributes: nil); end

def set_attribute(key, value)

def set_attribute(key, value)
  self
end

def status=(status); end

def status=(status); end