# File lib/aws/cloud_watch/alarm_history_item_collection.rb, line 45 def with_start_date date date = date.iso8601 if date.respond_to?(:iso8601) filter(:start_date, date) end