class Aws::EmptyStructure

def each(&block)

def each(&block)
  unless block_given?
    [].to_enum
  end
end