module Aws::PageableResponse::UnsafeEnumerableMethods

def respond_to?(method_name, *args)

def respond_to?(method_name, *args)
  if method_name == :count
    data.respond_to?(:count)
  else
    super
  end
end