# File lib/aws/iam/access_key_collection.rb, line 52
      def initialize options = {}
        @user = options[:user]
        @user ? super(@user, options) : super(options)
      end