class AWS::AutoScaling::ScheduledActionCollection

def initialize options = {}

Other tags:
    Private: -
def initialize options = {}
  @filters = options[:filters] || {}
  super
end