Method: Aws::Xray::Sql#to_h

Defined in:
lib/aws/xray/sql.rb

#to_hObject



8
9
10
# File 'lib/aws/xray/sql.rb', line 8

def to_h
  super.delete_if {|_, v| v.nil? }
end