class Aws::PageableResponse
def respond_to?(method_name, *args)
- Api: - private
def respond_to?(method_name, *args) if method_name == :count data.respond_to?(:count) else super end end
def respond_to?(method_name, *args) if method_name == :count data.respond_to?(:count) else super end end