class Aws::EmptyStructure

def each_pair(&block)

def each_pair(&block)
  unless block_given?
    {}.to_enum
  end
end